From 3b42ee7118b34996e7205154816b790e11bb15cb Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 18 Sep 2019 16:31:32 +0700 Subject: change `stackView` to `contentView` --- features/Login.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/Login.qml') 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") } } -- cgit v1.2.3