From 0ca6c2c2dcdebc87726a39964dd2a03f5916e0c0 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: Wed, 18 Sep 2019 07:26:20 +0800 Subject: Update the ticket search function name --- pages/Profile.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/Profile.qml') 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 -- cgit v1.2.3