diff options
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |