From 41bfcb06c9c0ff97ab69f323e96117b46529828b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sun, 15 Sep 2019 20:05:18 +0800 Subject: qrtclient as submodule instead while librtclient has become qrtclient's submodule --- worker.hxx | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 worker.hxx (limited to 'worker.hxx') 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 - -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 -- cgit v1.2.3