summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 5449a2f..bf800b6 100644
--- a/main.qml
+++ b/main.qml
@@ -9,7 +9,7 @@ ApplicationWindow {
visible: true
Material.accent: Material.DeepPurple
- signal logIn(string emailAddress, string password)
+ signal logIn(string name, string password)
Drawer {
id: drawer