summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'worker.hxx')
-rw-r--r--worker.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/worker.hxx b/worker.hxx
index ee5f027..130d1c6 100644
--- a/worker.hxx
+++ b/worker.hxx
@@ -8,12 +8,12 @@ class Worker : public QObject
Q_OBJECT
public:
- explicit Worker(QObject* parent = nullptr);
- virtual ~Worker();
+ Worker();
+ ~Worker();
public slots:
void logIn(QString const& name, QString const& password);
- void getTaskList();
+ void search(QString const& owner);
};
#endif // WORKER_HXX