summaryrefslogtreecommitdiffstats
path: root/src/core/io/qabstractbuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/io/qabstractbuffer.cpp')
-rw-r--r--src/core/io/qabstractbuffer.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/io/qabstractbuffer.cpp b/src/core/io/qabstractbuffer.cpp
index afef0d108..9337b923f 100644
--- a/src/core/io/qabstractbuffer.cpp
+++ b/src/core/io/qabstractbuffer.cpp
@@ -45,13 +45,12 @@ namespace Qt3D {
\class Qt3D::QAbstractBufferPrivate
\internal
*/
-QAbstractBufferPrivate::QAbstractBufferPrivate(QAbstractBuffer *qq)
- : q_ptr(qq)
+QAbstractBufferPrivate::QAbstractBufferPrivate()
{
}
QAbstractBuffer::QAbstractBuffer()
- : d_ptr(new QAbstractBufferPrivate(this))
+ : d_ptr(new QAbstractBufferPrivate)
{
}