summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-02 22:25:16 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-10-02 22:25:16 +0800
commit760893427955122a011f6b70aad9c0f79359637c (patch)
treea1732d3a83c36ea570331ccbf95782fec6d0c7ff /controller.hxx
parent95fe18a60e62d9761f522ccb659c1d1fe4ea30f9 (diff)
TaskHistory list now uses real data
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/controller.hxx b/controller.hxx
index 1e9c7f8..f92527c 100644
--- a/controller.hxx
+++ b/controller.hxx
@@ -3,8 +3,7 @@
#include <QThread>
#include <qrtclient/ticket.hxx>
-
-struct rtclient_ticket_history_list;
+#include <qrtclient/tickethistory.hxx>
class Controller : public QObject
{
@@ -16,15 +15,11 @@ class Controller : public QObject
signals:
void checked(QString const& name);
- void gotTicketHistory(rtclient_ticket_history_list* list);
-
- private slots:
- void setTicketSubject(QString const& subject);
private:
QThread thread;
RTClient::TicketList* ticketList;
- QString m_ticketSubject;
+ RTClient::TicketHistoryList* ticketHistoryList;
};
#endif // CONTROLLER_HXX