summaryrefslogtreecommitdiff
path: root/networkworker.hxx
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-29 17:50:57 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-29 17:50:57 +0700
commit933fa1019041966c908967567523e6f972da8186 (patch)
tree2e8316ef83e479d6b396293e06509771eaecffbf /networkworker.hxx
parenteeacda8d7edf463738d4527c377bc44e869a02c6 (diff)
parentc8891b50d1f30c7c07bf96f8eaf2e1002ce573b8 (diff)
Merge branch 'development' of ssh://darapsa.co.id/usr/local/git/kelakon into development
* 'development' of ssh://darapsa.co.id/usr/local/git/kelakon: Set up a way for the thread to quit Renamed NetworkWorker to just Worker
Diffstat (limited to 'networkworker.hxx')
-rw-r--r--networkworker.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/networkworker.hxx b/networkworker.hxx
deleted file mode 100644
index 05124d5..0000000
--- a/networkworker.hxx
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef NETWORKWORKER_HXX
-#define NETWORKWORKER_HXX
-
-#include <QObject>
-
-class NetworkWorker : public QObject
-{
- Q_OBJECT
- public:
- explicit NetworkWorker(QObject* parent = nullptr);
- virtual ~NetworkWorker();
-};
-
-#endif // NETWORKWORKER_HXX