summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qcameralens.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qcameralens.h')
-rw-r--r--src/render/frontend/qcameralens.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/qcameralens.h b/src/render/frontend/qcameralens.h
index 846c4557c..c32597201 100644
--- a/src/render/frontend/qcameralens.h
+++ b/src/render/frontend/qcameralens.h
@@ -68,7 +68,7 @@ class QT3DRENDERSHARED_EXPORT QCameraLens : public Qt3DCore::QComponent
Q_PROPERTY(QMatrix4x4 projectionMatrix READ projectionMatrix WRITE setProjectionMatrix NOTIFY projectionMatrixChanged)
public:
- explicit QCameraLens(QNode *parent = Q_NULLPTR);
+ explicit QCameraLens(QNode *parent = nullptr);
enum ProjectionType {
OrthographicProjection,
@@ -126,7 +126,7 @@ Q_SIGNALS:
void projectionMatrixChanged(const QMatrix4x4 &projectionMatrix);
protected:
- QCameraLens(QCameraLensPrivate &dd, QNode *parent = Q_NULLPTR);
+ QCameraLens(QCameraLensPrivate &dd, QNode *parent = nullptr);
private:
Q_DECLARE_PRIVATE(QCameraLens)