summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qcameraselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qcameraselector.h')
-rw-r--r--src/render/framegraph/qcameraselector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/qcameraselector.h b/src/render/framegraph/qcameraselector.h
index 9ed2b17a1..0389d4c6c 100644
--- a/src/render/framegraph/qcameraselector.h
+++ b/src/render/framegraph/qcameraselector.h
@@ -55,7 +55,7 @@ class QT3DRENDERSHARED_EXPORT QCameraSelector : public QFrameGraphNode
Q_PROPERTY(Qt3DCore::QEntity *camera READ camera WRITE setCamera NOTIFY cameraChanged)
public:
- explicit QCameraSelector(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QCameraSelector(Qt3DCore::QNode *parent = nullptr);
Qt3DCore::QEntity *camera() const;
@@ -66,7 +66,7 @@ Q_SIGNALS:
void cameraChanged(Qt3DCore::QEntity *camera);
protected:
- QCameraSelector(QCameraSelectorPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
+ QCameraSelector(QCameraSelectorPrivate &dd, Qt3DCore::QNode *parent = nullptr);
private:
Q_DECLARE_PRIVATE(QCameraSelector)