summaryrefslogtreecommitdiff
path: root/Login.qml
diff options
context:
space:
mode:
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")
}