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 c406db9..878c2ba 100644
--- a/worker.hxx
+++ b/worker.hxx
@@ -17,6 +17,7 @@ class Worker : public QObject
signals:
void logged(struct rt_user* user);
+ void foundTasks(struct rt_ticketlist* list);
};
#endif // WORKER_HXX