summaryrefslogtreecommitdiff
path: root/controller.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 22:32:18 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-30 22:32:18 +0800
commit47b72e1b1dd45b496f096262c919e8a730ab5a00 (patch)
tree2080f28c06e9417b44536421302533c92cef5d73 /controller.hxx
parentd7d7deff4f8dd5e2d0ad5982ed1c076abd9e3143 (diff)
Ticket history is ready with subject, description, content, and creator
Diffstat (limited to 'controller.hxx')
-rw-r--r--controller.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/controller.hxx b/controller.hxx
index 04db899..1e9c7f8 100644
--- a/controller.hxx
+++ b/controller.hxx
@@ -4,7 +4,7 @@
#include <QThread>
#include <qrtclient/ticket.hxx>
-struct rtclient_user;
+struct rtclient_ticket_history_list;
class Controller : public QObject
{
@@ -16,10 +16,15 @@ 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;
};
#endif // CONTROLLER_HXX