From 7331461b29097c08fcdd557461aedb78cfe243d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Fri, 6 Sep 2019 16:50:43 +0800 Subject: Fixed the task related hierarchies All files are used now --- pages/CreateProfile.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/CreateProfile.qml') 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") } } } -- cgit v1.2.3