summaryrefslogtreecommitdiffstats
path: root/src/render/frontend/qlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/frontend/qlayer.h')
-rw-r--r--src/render/frontend/qlayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/frontend/qlayer.h b/src/render/frontend/qlayer.h
index 1517148ee..71e8003b1 100644
--- a/src/render/frontend/qlayer.h
+++ b/src/render/frontend/qlayer.h
@@ -55,7 +55,7 @@ class QT3DRENDERSHARED_EXPORT QLayer : public Qt3DCore::QComponent
Q_OBJECT
Q_PROPERTY(QStringList names READ names WRITE setNames NOTIFY namesChanged)
public:
- explicit QLayer(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QLayer(Qt3DCore::QNode *parent = nullptr);
QStringList names() const;
@@ -66,7 +66,7 @@ Q_SIGNALS:
void namesChanged(const QStringList &names);
protected:
- QLayer(QLayerPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
+ QLayer(QLayerPrivate &dd, Qt3DCore::QNode *parent = nullptr);
private:
Q_DECLARE_PRIVATE(QLayer)