summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-06 22:04:03 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-06 22:04:03 +0800
commit6ff76cf996ff4c1c2fd1f4a63ebe6b6177f898d6 (patch)
tree89c9e56dca54a7c4ac15d7e828c9b81758acd763 /main.qml
parentfa537da913c67a0a273db862999c0ffed1a5b430 (diff)
Revert "Move pushHome function to Login Password"
This reverts commit d6c16f40490aef972df55ea101f9eef4eeb31f7b. # Conflicts: # controller.cxx
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index bf4961f..ac51482 100644
--- a/main.qml
+++ b/main.qml
@@ -6,6 +6,9 @@ ApplicationWindow {
signal logIn(string name, string password)
signal ticketHistory(int id, bool longFormat)
signal ticketNew(string queue, string requestor)
+ function pushHome() {
+ pageView.push("Home.qml")
+ }
id: window
visible: true