summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/framegraph-components/qframegraphselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/framegraph-components/qframegraphselector.cpp')
-rw-r--r--src/render/frontend/framegraph-components/qframegraphselector.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/framegraph-components/qframegraphselector.cpp b/src/render/frontend/framegraph-components/qframegraphselector.cpp
index 75e30decd..20fba808c 100644
--- a/src/render/frontend/framegraph-components/qframegraphselector.cpp
+++ b/src/render/frontend/framegraph-components/qframegraphselector.cpp
@@ -45,8 +45,8 @@ namespace Qt3D {
\class Qt3D::QFrameGraphSelectorPrivate
\internal
*/
-QFrameGraphSelectorPrivate::QFrameGraphSelectorPrivate(QFrameGraphSelector *qq)
- : QFrameGraphNodePrivate(qq)
+QFrameGraphSelectorPrivate::QFrameGraphSelectorPrivate()
+ : QFrameGraphNodePrivate()
{
}
@@ -65,7 +65,7 @@ QFrameGraphSelectorPrivate::QFrameGraphSelectorPrivate(QFrameGraphSelector *qq)
Constructs a new Qt3D::QFrameGraphSelector instance using \a parent as parent.
*/
QFrameGraphSelector::QFrameGraphSelector(QNode *parent)
- : QFrameGraphNode(*new QFrameGraphSelectorPrivate(this), parent)
+ : QFrameGraphNode(*new QFrameGraphSelectorPrivate, parent)
{
}