summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-29 10:19:20 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-29 10:19:20 +0800
commitd6c16f40490aef972df55ea101f9eef4eeb31f7b (patch)
tree3a72fb77c99cc14bbb15aa3aeceffd858db4e9dd /main.qml
parent4a5bd6ae489a22ef1b20e2ec9d80a8846b5aba7d (diff)
Move pushHome function to Login Password
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.qml b/main.qml
index 7c8c5d9..83eb694 100644
--- a/main.qml
+++ b/main.qml
@@ -6,9 +6,6 @@ ApplicationWindow {
signal logIn(string name, string password)
signal ticketHistory(int id)
signal ticketNew(string queue, string requestor)
- function pushHome() {
- pageView.push("Home.qml")
- }
id: window
visible: true