From aa1c0fd3146b4ed055d181c99d52463afa6bedbb Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 16 Sep 2011 17:47:24 +0200 Subject: Initial import --- watchsimulator.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 watchsimulator.h (limited to 'watchsimulator.h') 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 + +#include "watch.h" + +namespace sowatch +{ + +class WatchSimulator : public Watch +{ + Q_OBJECT +public: + explicit WatchSimulator(const QImage& image, QObject *parent = 0); +}; + +} + +#endif // WATCHSIMULATOR_H -- cgit v1.2.3