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