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 +- features/Onboarding.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'features') 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") } } diff --git a/features/Onboarding.qml b/features/Onboarding.qml index bfda1e5..b4239f4 100644 --- a/features/Onboarding.qml +++ b/features/Onboarding.qml @@ -2,5 +2,5 @@ import QtQuick 2.4 OnboardingForm { objectName: "onboarding" - loginButton.onClicked: stackView.push("Login.qml") + loginButton.onClicked: contentView.push("Login.qml") } -- cgit v1.2.3