From 3a755f46d9cf6e3650d40a960d0d0db8c1ad9fa1 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 17 Sep 2011 03:03:23 +0200 Subject: preparing for library package --- libsowatch/watchsimulator.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libsowatch/watchsimulator.h (limited to 'libsowatch/watchsimulator.h') diff --git a/libsowatch/watchsimulator.h b/libsowatch/watchsimulator.h new file mode 100644 index 0000000..564118c --- /dev/null +++ b/libsowatch/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