diff options
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 9 |
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 |