From 3a009baf606a6720122b64efc9fc3e18ba6e084c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sun, 8 Sep 2019 15:34:39 +0800 Subject: Renamed the C++ to QML import --- pages/ExistingLogin.qml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'pages/ExistingLogin.qml') diff --git a/pages/ExistingLogin.qml b/pages/ExistingLogin.qml index 6833c6a..8e78a09 100644 --- a/pages/ExistingLogin.qml +++ b/pages/ExistingLogin.qml @@ -1,12 +1,8 @@ import QtQuick 2.12 -import id.co.darapsa.kelakon.user 0.1 +import KelakonUser 0.1 ExistingLoginForm { - width: stackView.width - height: stackView.height - backButton { - onClicked: { - stackView.pop() - } - } + width: stackView.width + height: stackView.height + backButton.onClicked: stackView.pop() } -- cgit v1.2.3