summaryrefslogtreecommitdiff
path: root/sowatchd/allscanner.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-09 16:38:56 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-09 16:38:56 +0200
commitc7c6a2c596637fd4942c7fb80341ca2ef7b47808 (patch)
tree0d4196fa95444dd7e14fbaed61299454609d4762 /sowatchd/allscanner.h
parent406332eb6b3199d19388f359d04c9f184e6082b5 (diff)
downloadsowatch-c7c6a2c596637fd4942c7fb80341ca2ef7b47808.tar.gz
sowatch-c7c6a2c596637fd4942c7fb80341ca2ef7b47808.zip
moving scanner logic to ui, new icon
Diffstat (limited to 'sowatchd/allscanner.h')
-rw-r--r--sowatchd/allscanner.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/sowatchd/allscanner.h b/sowatchd/allscanner.h
deleted file mode 100644
index 6a7160f..0000000
--- a/sowatchd/allscanner.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef ALLSCANNER_H
-#define ALLSCANNER_H
-
-#include <QtCore/QObject>
-#include <QtCore/QList>
-
-#include <sowatch.h>
-
-namespace sowatch
-{
-
-class AllScanner : public WatchScanner
-{
- Q_OBJECT
-public:
- explicit AllScanner(QObject *parent = 0);
- void start();
-
-private:
- QList<WatchScanner*> _scanners;
- int _finishedCount;
-
-private slots:
- void handleFinished();
-};
-
-}
-
-#endif // ALLSCANNER_H