summaryrefslogtreecommitdiff
path: root/watchsimulator.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-16 17:47:24 +0200
committerJavier <javier@pcjavier.(none)>2011-09-16 17:47:24 +0200
commitaa1c0fd3146b4ed055d181c99d52463afa6bedbb (patch)
treef6fb8d9693ad8c545ddabf76312f8f33b5b9878f /watchsimulator.h
downloadsowatch-aa1c0fd3146b4ed055d181c99d52463afa6bedbb.tar.gz
sowatch-aa1c0fd3146b4ed055d181c99d52463afa6bedbb.zip
Initial import
Diffstat (limited to 'watchsimulator.h')
-rw-r--r--watchsimulator.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/watchsimulator.h b/watchsimulator.h
new file mode 100644
index 0000000..564118c
--- /dev/null
+++ b/watchsimulator.h
@@ -0,0 +1,20 @@
+#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