summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qlayerfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qlayerfilter.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qlayerfilter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/framegraph-components/qlayerfilter.cpp b/src/render/frontend/framegraph-components/qlayerfilter.cpp
index a883769bc..4039ac2f7 100644
--- a/src/render/frontend/framegraph-components/qlayerfilter.cpp
+++ b/src/render/frontend/framegraph-components/qlayerfilter.cpp
@@ -46,8 +46,8 @@ namespace Qt3D {
\class Qt3D::QLayerFilterPrivate
\internal
*/
-QLayerFilterPrivate::QLayerFilterPrivate(QLayerFilter *qq)
- : QFrameGraphNodePrivate(qq)
+QLayerFilterPrivate::QLayerFilterPrivate()
+ : QFrameGraphNodePrivate()
{
}
@@ -59,7 +59,7 @@ void QLayerFilter::copy(const QNode *ref)
}
QLayerFilter::QLayerFilter(QNode *parent)
- : QFrameGraphNode(*new QLayerFilterPrivate(this), parent)
+ : QFrameGraphNode(*new QLayerFilterPrivate, parent)
{
}