diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-06 16:50:43 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-06 16:50:43 +0800 |
commit | 7331461b29097c08fcdd557461aedb78cfe243d1 (patch) | |
tree | 97ae5fcedb83715b8570d585603f2b6708df8411 /pages/CreateProfile.qml | |
parent | 2d4f9432be44cc997265ed1c5ad24124ffc54036 (diff) |
Fixed the task related hierarchies
All files are used now
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 e4d6f78..048c861 100644 --- a/pages/CreateProfile.qml +++ b/pages/CreateProfile.qml @@ -11,7 +11,7 @@ CreateProfileForm { } skipButton { onClicked: { - stackView.push("qrc:/pages/TaskList.qml") + stackView.push("qrc:/pages/Home.qml") } } } |