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.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 watchsimulator.cpp (limited to 'watchsimulator.cpp') diff --git a/watchsimulator.cpp b/watchsimulator.cpp new file mode 100644 index 0000000..464f3a5 --- /dev/null +++ b/watchsimulator.cpp @@ -0,0 +1,11 @@ +#include + +#include "watchsimulator.h" + +using namespace sowatch; + +WatchSimulator::WatchSimulator(const QImage& image, QObject* parent) : + Watch(image, parent) +{ + +} -- cgit v1.2.3