summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'worker.hxx')
-rw-r--r--worker.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/worker.hxx b/worker.hxx
index 130d1c6..c406db9 100644
--- a/worker.hxx
+++ b/worker.hxx
@@ -14,6 +14,9 @@ class Worker : public QObject
public slots:
void logIn(QString const& name, QString const& password);
void search(QString const& owner);
+
+ signals:
+ void logged(struct rt_user* user);
};
#endif // WORKER_HXX