summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/calendarwidget/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/calendarwidget/window.h')
-rw-r--r--examples/widgets/widgets/calendarwidget/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/widgets/calendarwidget/window.h b/examples/widgets/widgets/calendarwidget/window.h
index fa01fc4db6..83ea494fc2 100644
--- a/examples/widgets/widgets/calendarwidget/window.h
+++ b/examples/widgets/widgets/calendarwidget/window.h
@@ -70,7 +70,7 @@ class Window : public QWidget
Q_OBJECT
public:
- Window();
+ Window(QWidget *parent = nullptr);
private slots:
void localeChanged(int index);