diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-02 22:48:23 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-10-02 22:48:23 +0800 |
commit | 6be6316bc4ce879b4373a9fc46edd3eeb6762674 (patch) | |
tree | 628b18c222bb91bd1bec63f04163ef80c4134881 /controller.cxx | |
parent | 991945234c893e1f0f9a9363a31fe6c583e448d5 (diff) |
Set ticket history long format to true here
Diffstat (limited to 'controller.cxx')
-rw-r--r-- | controller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/controller.cxx b/controller.cxx index 14f6468..1690044 100644 --- a/controller.cxx +++ b/controller.cxx @@ -75,8 +75,8 @@ Controller::Controller(QObject* parent) }); }); - connect(appWindow, SIGNAL(ticketHistory(int)) - , client, SLOT(ticketHistory(int))); + connect(appWindow, SIGNAL(ticketHistory(int, bool)) + , client, SLOT(ticketHistory(int, bool))); connect(client, &Client::gotTicketHistory , ticketHistoryList, &TicketHistoryList::update); |