summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
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