diff options
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ import "larva/features" ApplicationWindow { signal logIn(string name, string password) + signal ticketHistory(int id) signal ticketNew(string queue, string requestor) function pushHome() { pageView.push("Home.qml") |