summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent_p.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2015-05-18 06:19:13 +0400
committerKonstantin Ritt <ritt.ks@gmail.com>2015-05-20 05:55:10 +0000
commitbfae282e8fb6d6d83e92df712f93b583616169d9 (patch)
tree3c29f6ac29f3a679b6f02b632212384bf4df1018 /src/core/nodes/qcomponent_p.h
parent5e28b995f5e43c6a908906966190f4ad594edede (diff)
Do not pass `this` to Private c-tor
For classes derived from QNodePrivate, it is not used anymore. Change-Id: I9573042500c2c7533687d251e72bac14cb793525 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/nodes/qcomponent_p.h')
-rw-r--r--src/core/nodes/qcomponent_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qcomponent_p.h b/src/core/nodes/qcomponent_p.h
index 473d17d39..cc4849375 100644
--- a/src/core/nodes/qcomponent_p.h
+++ b/src/core/nodes/qcomponent_p.h
@@ -47,7 +47,7 @@ namespace Qt3D {
class QT3DCORESHARED_EXPORT QComponentPrivate : public QNodePrivate
{
public:
- explicit QComponentPrivate(QComponent *qq);
+ QComponentPrivate();
void addEntity(QEntity *entity);
void removeEntity(QEntity *entity);