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