diff options
Diffstat (limited to 'libsowatch/watchsimulator.h')
-rw-r--r-- | libsowatch/watchsimulator.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libsowatch/watchsimulator.h b/libsowatch/watchsimulator.h deleted file mode 100644 index 8189dfe..0000000 --- a/libsowatch/watchsimulator.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef SOWATCH_WATCHSIMULATOR_H -#define SOWATCH_WATCHSIMULATOR_H - -#include "watch.h" -#include "sowatch_global.h" - -namespace sowatch -{ - -class SOWATCH_EXPORT WatchSimulator : public Watch -{ - Q_OBJECT -public: - explicit WatchSimulator(QObject *parent = 0); -}; - -} - -#endif // SOWATCH_WATCHSIMULATOR_H |