summaryrefslogtreecommitdiff
path: root/libsowatch/watchsimulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/watchsimulator.h')
-rw-r--r--libsowatch/watchsimulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsowatch/watchsimulator.h b/libsowatch/watchsimulator.h
index 564118c..aa8586d 100644
--- a/libsowatch/watchsimulator.h
+++ b/libsowatch/watchsimulator.h
@@ -12,7 +12,7 @@ class WatchSimulator : public Watch
{
Q_OBJECT
public:
- explicit WatchSimulator(const QImage& image, QObject *parent = 0);
+ explicit WatchSimulator(QObject *parent = 0);
};
}