aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quick/items/qquickrendercontrol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickrendercontrol.h b/src/quick/items/qquickrendercontrol.h
index 3b1646c3f6..38e46b10d4 100644
--- a/src/quick/items/qquickrendercontrol.h
+++ b/src/quick/items/qquickrendercontrol.h
@@ -81,7 +81,7 @@ public:
QQuickWindow *window() const;
protected:
- QQuickRenderControl(QQuickRenderControlPrivate &dd, QObject * parent);
+ QQuickRenderControl(QQuickRenderControlPrivate &dd, QObject *parent = nullptr);
Q_SIGNALS:
void renderRequested();