diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 16:31:32 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-18 16:31:32 +0700 |
| commit | 3b42ee7118b34996e7205154816b790e11bb15cb (patch) | |
| tree | 714f0e46d8d45a790c3e7847a0907579a6f208a9 /features/Login.qml | |
| parent | 2978cc973965acf7c546f2aec28ddfd8bea5e5a7 (diff) | |
change `stackView` to `contentView`
Diffstat (limited to 'features/Login.qml')
| -rw-r--r-- | features/Login.qml | 2 |
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") } } |