summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/client.cxx b/client.cxx
index 1dba383..b91c10b 100644
--- a/client.cxx
+++ b/client.cxx
@@ -125,6 +125,7 @@ namespace RTClient {
{
rtclient_ticket_history_list* historyList = nullptr;
rtclient_ticket_history(&historyList, id);
+ emit gotTicketHistory(historyList);
}
Client::~Client()