summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraph.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qframegraph.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraph.cpp b/src/render/frontend/framegraph-components/qframegraph.cpp
index 4d269c2cd..67774808e 100644
--- a/src/render/frontend/framegraph-components/qframegraph.cpp
+++ b/src/render/frontend/framegraph-components/qframegraph.cpp
@@ -48,8 +48,8 @@ namespace Qt3D {
\class Qt3D::QFrameGraphPrivate
\internal
*/
-QFrameGraphPrivate::QFrameGraphPrivate(QFrameGraph *qq)
- : QComponentPrivate(qq)
+QFrameGraphPrivate::QFrameGraphPrivate()
+ : QComponentPrivate()
, m_activeFrameGraph(Q_NULLPTR)
{
@@ -76,7 +76,7 @@ void QFrameGraph::copy(const QNode *ref)
*/
QFrameGraph::QFrameGraph(QNode *parent)
- : QComponent(*new QFrameGraphPrivate(this), parent)
+ : QComponent(*new QFrameGraphPrivate, parent)
{
}