summaryrefslogtreecommitdiff
path: root/watchsimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchsimulator.h')
-rw-r--r--watchsimulator.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/watchsimulator.h b/watchsimulator.h
deleted file mode 100644
index 564118c..0000000
--- a/watchsimulator.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef WATCHSIMULATOR_H
-#define WATCHSIMULATOR_H
-
-#include <QtGui/QImage>
-
-#include "watch.h"
-
-namespace sowatch
-{
-
-class WatchSimulator : public Watch
-{
- Q_OBJECT
-public:
- explicit WatchSimulator(const QImage& image, QObject *parent = 0);
-};
-
-}
-
-#endif // WATCHSIMULATOR_H