summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qannotation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qannotation.cpp')
-rw-r--r--src/render/frontend/qannotation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/frontend/qannotation.cpp b/src/render/frontend/qannotation.cpp
index 75b4d732e..fb56772f5 100644
--- a/src/render/frontend/qannotation.cpp
+++ b/src/render/frontend/qannotation.cpp
@@ -48,8 +48,8 @@ namespace Qt3D {
\class Qt3D::QAnnotationPrivate
\internal
*/
-QAnnotationPrivate::QAnnotationPrivate(QAnnotation *qq)
- : QNodePrivate(qq)
+QAnnotationPrivate::QAnnotationPrivate()
+ : QNodePrivate()
{
}
@@ -62,7 +62,7 @@ void QAnnotation::copy(const QNode *ref)
}
QAnnotation::QAnnotation(QNode *parent)
- : QNode(*new QAnnotationPrivate(this), parent)
+ : QNode(*new QAnnotationPrivate, parent)
{
}