diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 11:17:11 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 11:17:11 +0800 |
commit | 1be4acfe8c0368b5f464d8f1ee3e9cc6f862662a (patch) | |
tree | c7cb3bacbf7676ff09debcdb57aa6b6959597520 /controller.hxx | |
parent | 8b503339d4c6ac0a9ce5bdea92b7a9420e76f7c5 (diff) |
Isolate 1 header inclusion
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/controller.hxx b/controller.hxx index a3df9a9..dcfdb7c 100644 --- a/controller.hxx +++ b/controller.hxx @@ -3,7 +3,6 @@ #include <QThread> #include <qrtclient/ticket.hxx> -#include <qrtclient/client.hxx> class Controller : public QObject { @@ -15,7 +14,7 @@ class Controller : public QObject private: QThread thread; - class RTClient::TicketList* taskList; + RTClient::TicketList* taskList; }; #endif // CONTROLLER_HXX |