summaryrefslogtreecommitdiff
path: root/libsowatch/watchsimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watchsimulator.cpp')
-rw-r--r--libsowatch/watchsimulator.cpp4
1 files changed, 2 insertions, 2 deletions
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)
{
}