diff options
-rw-r--r-- | controller.cxx | 1 | ||||
-rw-r--r-- | controller.hxx | 3 | ||||
m--------- | qrtclient | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/controller.cxx b/controller.cxx index 38482d5..26ac9d0 100644 --- a/controller.cxx +++ b/controller.cxx @@ -1,6 +1,7 @@ #include <QQmlApplicationEngine> #include <QtQml> #include <qrtclient/user.hxx> +#include <qrtclient/client.hxx> #include "controller.hxx" Controller::Controller(QObject* parent) : QObject{parent} 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 diff --git a/qrtclient b/qrtclient -Subproject 0430cbb3680370d9d761f718393632e5336cb4b +Subproject 993d1f5c8de1273c22c6a411de75e4623c1615d |