summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-07 17:17:25 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-07 17:17:25 +0800
commit8fc9bc97f509cb7e637eb4e3e118c68c3022ac2f (patch)
tree2e7e3b665d0b613183a810a7fec2154748f3d593 /worker.hxx
parent16bc24b796de76ec1a5fa66dcfe2129a2b02d370 (diff)
Separated the function to get the task list
Diffstat (limited to 'worker.hxx')
-rw-r--r--worker.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.hxx b/worker.hxx
index 660361e..ee5f027 100644
--- a/worker.hxx
+++ b/worker.hxx
@@ -13,6 +13,7 @@ class Worker : public QObject
public slots:
void logIn(QString const& name, QString const& password);
+ void getTaskList();
};
#endif // WORKER_HXX