diff options
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller.hxx b/controller.hxx index 66a3cd4..04db899 100644 --- a/controller.hxx +++ b/controller.hxx @@ -19,7 +19,7 @@ class Controller : public QObject private: QThread thread; - RTClient::TicketList* taskList; + RTClient::TicketList* ticketList; }; #endif // CONTROLLER_HXX |