diff options
Diffstat (limited to 'libsowatch/watchsimulator.cpp')
-rw-r--r-- | libsowatch/watchsimulator.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libsowatch/watchsimulator.cpp b/libsowatch/watchsimulator.cpp new file mode 100644 index 0000000..464f3a5 --- /dev/null +++ b/libsowatch/watchsimulator.cpp @@ -0,0 +1,11 @@ +#include <QtGui/QPainter> + +#include "watchsimulator.h" + +using namespace sowatch; + +WatchSimulator::WatchSimulator(const QImage& image, QObject* parent) : + Watch(image, parent) +{ + +} |