diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-25 17:05:14 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-25 17:05:14 +0800 |
commit | e97f17a6cb95fb8a10a40ce6b94fc3ab591747c0 (patch) | |
tree | 7384eeb4370db0e8c4386de2918f89f99f52af3c /qrtclient | |
parent | ed7fe27a36a3f241d7cde6f8ccc2d283f3d69f46 (diff) |
Ticket history function
Diffstat (limited to 'qrtclient')
-rw-r--r-- | qrtclient/client.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx index 75477d7..cf7cba9 100644 --- a/qrtclient/client.hxx +++ b/qrtclient/client.hxx @@ -60,6 +60,7 @@ namespace RTClient { , QString const& due = nullptr , QString const& text = nullptr); void ticketSearch(QString const& owner); + void ticketHistory(int id); signals: void loggedIn(QString const& name); |