summaryrefslogtreecommitdiff
path: root/worker.hxx
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-15 20:05:18 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-15 20:05:18 +0800
commit41bfcb06c9c0ff97ab69f323e96117b46529828b (patch)
treee5138b70ea8b481f1409b2831d6177f1ebc0ed55 /worker.hxx
parent45515cb4f2831ed1fb7081f8f55d7aacb2b3ab62 (diff)
qrtclient as submodule instead
while librtclient has become qrtclient's submodule
Diffstat (limited to 'worker.hxx')
-rw-r--r--worker.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/worker.hxx b/worker.hxx
deleted file mode 100644
index 878c2ba..0000000
--- a/worker.hxx
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef WORKER_HXX
-#define WORKER_HXX
-
-#include <QObject>
-
-class Worker : public QObject
-{
- Q_OBJECT
-
- public:
- Worker();
- ~Worker();
-
- public slots:
- void logIn(QString const& name, QString const& password);
- void search(QString const& owner);
-
- signals:
- void logged(struct rt_user* user);
- void foundTasks(struct rt_ticketlist* list);
-};
-
-#endif // WORKER_HXX