diff options
Diffstat (limited to 'watchsimulator.h')
-rw-r--r-- | watchsimulator.h | 20 |
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 |