summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/lineedits/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/lineedits/window.h')
-rw-r--r--examples/widgets/widgets/lineedits/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets/lineedits/window.h b/examples/widgets/widgets/lineedits/window.h
index 2070b3b84c..3231588f4f 100644
--- a/examples/widgets/widgets/lineedits/window.h
+++ b/examples/widgets/widgets/lineedits/window.h
@@ -64,7 +64,7 @@ class Window : public QWidget
Q_OBJECT
public:
- Window();
+ Window(QWidget *parent = nullptr);
public slots:
void echoChanged(int);