From 9d7fc8def01999e5d1ed2d56ebd21d05ec6432a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Oct 2019 14:35:21 +0800 Subject: There are only 2 formats for ticket history return --- client.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client.cxx') diff --git a/client.cxx b/client.cxx index a887c76..2dbf761 100644 --- a/client.cxx +++ b/client.cxx @@ -124,8 +124,7 @@ namespace RTClient { void Client::ticketHistory(int id) { rtclient_ticket_history_list* historyList = nullptr; - rtclient_ticket_history(&historyList, id - , RTCLIENT_TICKET_FORMAT_L); + rtclient_ticket_history(&historyList, id, true); emit gotTicketHistory(historyList); } -- cgit v1.2.3