summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qabstractlight_p.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-05-14 00:55:43 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-05-14 16:02:51 +0000
commit9efaa9407629310e4bf669757f5e1b88b0191e2c (patch)
treece4918c174a244cd05ef4c620009c39deb53d76e /src/render/lights/qabstractlight_p.h
parent6da09812519d1656d03c1a8c97b6ba53f38be705 (diff)
Add more explicit
Change-Id: Iaa91d6248cbc3822ed3380e360d2880d4894446d Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/lights/qabstractlight_p.h')
-rw-r--r--src/render/lights/qabstractlight_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qabstractlight_p.h b/src/render/lights/qabstractlight_p.h
index a903f43f6..1e5ce588f 100644
--- a/src/render/lights/qabstractlight_p.h
+++ b/src/render/lights/qabstractlight_p.h
@@ -63,7 +63,7 @@ class QAbstractLight;
class Q_AUTOTEST_EXPORT QAbstractLightPrivate : public Qt3DCore::QComponentPrivate
{
public:
- QAbstractLightPrivate(QAbstractLight::Type type);
+ explicit QAbstractLightPrivate(QAbstractLight::Type type);
Q_DECLARE_PUBLIC(QAbstractLight)
QAbstractLight::Type m_type;