summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-13 18:29:31 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-13 18:29:31 +0800
commit9ec42c7e9c4a96d54bbf526cbd93f07c78e2415e (patch)
tree422e087574a93d29edf689189c23b0949d4a3449 /worker.hxx
parent7e4501b3af82360eb1415f3d5745f1b0c278f504 (diff)
Manage to show tasks
but the view is widened vertically yet.
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