summaryrefslogtreecommitdiff
path: root/pages/CreateProfile.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-03 11:17:02 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-03 11:17:02 +0700
commit38c3528e65231caea5ffce765cfbf30e3c2786ee (patch)
treee1571b4fc39991398ba50e0c446da940cc7eb182 /pages/CreateProfile.qml
parent6fdd464b34a48c8745d22817b4aa6f2abd9e3961 (diff)
add Home UI
Diffstat (limited to 'pages/CreateProfile.qml')
-rw-r--r--pages/CreateProfile.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/CreateProfile.qml b/pages/CreateProfile.qml
index 9cfb615..048c861 100644
--- a/pages/CreateProfile.qml
+++ b/pages/CreateProfile.qml
@@ -9,4 +9,9 @@ CreateProfileForm {
stackView.pop()
}
}
+ skipButton {
+ onClicked: {
+ stackView.push("qrc:/pages/Home.qml")
+ }
+ }
}