summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h
index 55caa63..6e8d7d6 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -32,7 +32,7 @@ class Widget : public QWidget
public:
- explicit Widget(QWidget *parent = 0);
+ explicit Widget(bool testMode, QWidget *parent = 0);
~Widget();
private slots: