From e3a0dba180e9262728d7967e977f1def754ec403 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 9 Feb 2016 10:29:32 +0100 Subject: Formatting --- applications/kube-mail/package/contents/ui/Composer.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applications/kube-mail/package/contents/ui') diff --git a/applications/kube-mail/package/contents/ui/Composer.qml b/applications/kube-mail/package/contents/ui/Composer.qml index a9fab402..19a4c331 100644 --- a/applications/kube-mail/package/contents/ui/Composer.qml +++ b/applications/kube-mail/package/contents/ui/Composer.qml @@ -11,7 +11,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * -//import org.kde.kube.mail 1.0 as Mail * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ @@ -77,7 +76,7 @@ Item { text: composer.to onTextChanged: { - composer.to = text; + composer.to = text; } } -- cgit v1.2.3