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