Removed onlinepollerthread
[irwi] / src / onlinepollerthread.h
diff --git a/src/onlinepollerthread.h b/src/onlinepollerthread.h
deleted file mode 100644 (file)
index 9c4c521..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef ONLINEPOLLERTHREAD_H
-#define ONLINEPOLLERTHREAD_H
-
-#include <QThread>
-
-class OnlinePollerThread : public QThread
-{
-    Q_OBJECT
-public:
-    //overrides QThread::run()
-    void run();
-
-signals:
-    void online();
-
-public:
-    void stop();
-
-private:
-    bool running;
-};
-
-#endif //ONLINEPOLLERTHREAD_H