summaryrefslogtreecommitdiff
path: root/features/Login.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-18 16:31:32 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-18 16:31:32 +0700
commit3b42ee7118b34996e7205154816b790e11bb15cb (patch)
tree714f0e46d8d45a790c3e7847a0907579a6f208a9 /features/Login.qml
parent2978cc973965acf7c546f2aec28ddfd8bea5e5a7 (diff)
change `stackView` to `contentView`
Diffstat (limited to 'features/Login.qml')
-rw-r--r--features/Login.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/Login.qml b/features/Login.qml
index 9913ecc..67239cb 100644
--- a/features/Login.qml
+++ b/features/Login.qml
@@ -6,7 +6,7 @@ import QtQuick.Layouts 1.12
LoginForm {
continueButton.onClicked: {
- stackView.push("EnterPasswordForm.ui.qml")
+ contentView.push("EnterPasswordForm.ui.qml")
}
}