summaryrefslogtreecommitdiff
path: root/pages/CreateProfile.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-06 16:50:43 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-06 16:50:43 +0800
commit7331461b29097c08fcdd557461aedb78cfe243d1 (patch)
tree97ae5fcedb83715b8570d585603f2b6708df8411 /pages/CreateProfile.qml
parent2d4f9432be44cc997265ed1c5ad24124ffc54036 (diff)
Fixed the task related hierarchies
All files are used now
Diffstat (limited to 'pages/CreateProfile.qml')
-rw-r--r--pages/CreateProfile.qml2
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")
}
}
}