summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtypesending/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/tools/customtypesending/window.h')
-rw-r--r--examples/corelib/tools/customtypesending/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/corelib/tools/customtypesending/window.h b/examples/corelib/tools/customtypesending/window.h
index d050931b74..048fecef67 100644
--- a/examples/corelib/tools/customtypesending/window.h
+++ b/examples/corelib/tools/customtypesending/window.h
@@ -62,7 +62,7 @@ class Window : public QWidget
Q_OBJECT
public:
- Window();
+ Window(QWidget *parent = nullptr);
signals:
void messageSent(const Message &message);