summaryrefslogtreecommitdiff
path: root/pages/Profile.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 07:26:20 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-18 07:26:20 +0800
commit0ca6c2c2dcdebc87726a39964dd2a03f5916e0c0 (patch)
treee0f587174b55ce93a7af652676c5cdffac47314a /pages/Profile.qml
parent2a7b3e6807c3292a61fff413590e996b6dba83ba (diff)
Update the ticket search function name
Diffstat (limited to 'pages/Profile.qml')
-rw-r--r--pages/Profile.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Profile.qml b/pages/Profile.qml
index 89dd09e..46dd468 100644
--- a/pages/Profile.qml
+++ b/pages/Profile.qml
@@ -6,7 +6,7 @@ CreateProfileForm {
height: stackView.height
backButton.onClicked: stackView.pop()
skipButton.onClicked: {
- login.search(User.name)
+ login.ticketSearch(User.name)
stackView.push("qrc:/pages/Home.qml")
}
enterFullName.text: User.realName