diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-06 12:03:43 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-06 12:03:43 +0800 |
| commit | 7dadd495657a8baa67d26dcd6f961e1c523d2a2e (patch) | |
| tree | 4e530d4b80be89a8fe4c6bbdb96405cfc96ae86c /pages/CreateProfile.qml | |
| parent | 015650a6fadd2592100950c57146fcc5c61764a2 (diff) | |
Task related views using the C++ model
Diffstat (limited to 'pages/CreateProfile.qml')
| -rw-r--r-- | pages/CreateProfile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/CreateProfile.qml b/pages/CreateProfile.qml index 048c861..e4d6f78 100644 --- a/pages/CreateProfile.qml +++ b/pages/CreateProfile.qml @@ -11,7 +11,7 @@ CreateProfileForm { } skipButton { onClicked: { - stackView.push("qrc:/pages/Home.qml") + stackView.push("qrc:/pages/TaskList.qml") } } } |