diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 20:05:18 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 20:05:18 +0800 |
commit | 41bfcb06c9c0ff97ab69f323e96117b46529828b (patch) | |
tree | e5138b70ea8b481f1409b2831d6177f1ebc0ed55 /controller.hxx | |
parent | 45515cb4f2831ed1fb7081f8f55d7aacb2b3ab62 (diff) |
qrtclient as submodule instead
while librtclient has become qrtclient's submodule
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/controller.hxx b/controller.hxx index 5d4ef89..a3df9a9 100644 --- a/controller.hxx +++ b/controller.hxx @@ -2,6 +2,8 @@ #define CONTROLLER_HXX #include <QThread> +#include <qrtclient/ticket.hxx> +#include <qrtclient/client.hxx> class Controller : public QObject { @@ -13,7 +15,7 @@ class Controller : public QObject private: QThread thread; - class TaskList* taskList; + class RTClient::TicketList* taskList; }; #endif // CONTROLLER_HXX |