diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-07 17:17:25 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-07 17:17:25 +0800 |
commit | 8fc9bc97f509cb7e637eb4e3e118c68c3022ac2f (patch) | |
tree | 2e7e3b665d0b613183a810a7fec2154748f3d593 /worker.hxx | |
parent | 16bc24b796de76ec1a5fa66dcfe2129a2b02d370 (diff) |
Separated the function to get the task list
Diffstat (limited to 'worker.hxx')
-rw-r--r-- | worker.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ class Worker : public QObject public slots: void logIn(QString const& name, QString const& password); + void getTaskList(); }; #endif // WORKER_HXX |