summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 22:58:32 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-12 22:58:32 +0800
commitf94f1928980c7d3100b83e5d8394561cb986ccd5 (patch)
treed8f7857d13a1ba0a81417e8f52e49e5cc587a673 /Login.qml
parent35217b3a6e1794814881d25f1e440232eac23b71 (diff)
Connect the skip button to search tickets/tasks
Diffstat (limited to 'Login.qml')
-rw-r--r--Login.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Login.qml b/Login.qml
index 0220a23..59b0dd5 100644
--- a/Login.qml
+++ b/Login.qml
@@ -2,6 +2,7 @@ import QtQuick 2.12
LoginForm {
signal logIn(string name, string password)
+ signal search(string name)
function pushProfile() {
stackView.push("qrc:/pages/CreateProfile.qml")
}