diff options
Diffstat (limited to 'libsowatch/watchsimulator.h')
-rw-r--r-- | libsowatch/watchsimulator.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libsowatch/watchsimulator.h b/libsowatch/watchsimulator.h index c9d69ba..8189dfe 100644 --- a/libsowatch/watchsimulator.h +++ b/libsowatch/watchsimulator.h @@ -1,14 +1,13 @@ #ifndef SOWATCH_WATCHSIMULATOR_H #define SOWATCH_WATCHSIMULATOR_H -#include <QtGui/QImage> - #include "watch.h" +#include "sowatch_global.h" namespace sowatch { -class WatchSimulator : public Watch +class SOWATCH_EXPORT WatchSimulator : public Watch { Q_OBJECT public: |