diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 06:51:44 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 06:51:44 +0800 |
commit | 58be31e2d8098c5ce8b8406a9e96f88dcc0dcf9c (patch) | |
tree | 739da8c1662163f6fb3e42d51c3dbcafef8d9ed7 /controller.hxx | |
parent | 4ceea1de7eccc623fe33d823ba4446f6323d5248 (diff) |
No need for task list to be instantiated as a singleton
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller.hxx b/controller.hxx index d98a735..5d4ef89 100644 --- a/controller.hxx +++ b/controller.hxx @@ -13,6 +13,7 @@ class Controller : public QObject private: QThread thread; + class TaskList* taskList; }; #endif // CONTROLLER_HXX |