summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/lights/qlight.h')
-rw-r--r--src/render/lights/qlight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/lights/qlight.h b/src/render/lights/qlight.h
index febff442c..ffec5d12b 100644
--- a/src/render/lights/qlight.h
+++ b/src/render/lights/qlight.h
@@ -64,7 +64,7 @@ public :
};
Q_ENUM(Type)
- explicit QLight(Qt3DCore::QNode *parent = 0);
+ explicit QLight(Qt3DCore::QNode *parent = Q_NULLPTR);
~QLight();
Type type() const;
@@ -77,7 +77,7 @@ public Q_SLOTS:
void setIntensity(float intensity);
protected :
- QLight(QLightPrivate &dd, Qt3DCore::QNode *parent = 0);
+ QLight(QLightPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
Q_SIGNALS: