From 8fc9bc97f509cb7e637eb4e3e118c68c3022ac2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 7 Sep 2019 17:17:25 +0800 Subject: Separated the function to get the task list --- worker.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'worker.hxx') 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 -- cgit v1.2.3