From c42d5abff1f5f51facc169dd593725d819c4c868 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 18 Sep 2011 04:26:20 +0200 Subject: separation into lib and plugins complete --- libsowatch/watchsimulator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libsowatch/watchsimulator.cpp') diff --git a/libsowatch/watchsimulator.cpp b/libsowatch/watchsimulator.cpp index 464f3a5..47496f2 100644 --- a/libsowatch/watchsimulator.cpp +++ b/libsowatch/watchsimulator.cpp @@ -4,8 +4,8 @@ using namespace sowatch; -WatchSimulator::WatchSimulator(const QImage& image, QObject* parent) : - Watch(image, parent) +WatchSimulator::WatchSimulator(QObject* parent) : + Watch(parent) { } -- cgit v1.2.3