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.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libsowatch/watchsimulator.cpp (limited to 'libsowatch/watchsimulator.cpp') 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 + +#include "watchsimulator.h" + +using namespace sowatch; + +WatchSimulator::WatchSimulator(const QImage& image, QObject* parent) : + Watch(image, parent) +{ + +} -- cgit v1.2.3