diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-25 17:06:03 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-25 17:06:03 +0800 |
commit | fd0e5154a42da3cc9effc32f781a393d43ec5384 (patch) | |
tree | 580f15d420fc3f2467381046be3d5d803e4be767 /main.qml | |
parent | 38b6e2e5661ce038c845e1f46847833c69dd0e27 (diff) |
Try to get ticket history when task item is clicked
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") |