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