summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qdirectionallight_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/render/frontend/qdirectionallight_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/render/frontend/qdirectionallight_p.h')
-rw-r--r--src/render/frontend/qdirectionallight_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/frontend/qdirectionallight_p.h b/src/render/frontend/qdirectionallight_p.h
index eecd1e078..bfe24211c 100644
--- a/src/render/frontend/qdirectionallight_p.h
+++ b/src/render/frontend/qdirectionallight_p.h
@@ -48,7 +48,7 @@ class QDirectionalLight;
class QT3DRENDERERSHARED_EXPORT QDirectionalLightPrivate : QAbstractLightPrivate
{
public:
- QDirectionalLightPrivate(QDirectionalLight *qq);
+ QDirectionalLightPrivate();
Q_DECLARE_PUBLIC(QDirectionalLight)
QVector3D m_direction;