diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ namespace RTClient { { rtclient_ticket_history_list* historyList = nullptr; rtclient_ticket_history(&historyList, id); + emit gotTicketHistory(historyList); } Client::~Client() |