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 1d5e7bd78..3405f368c 100644
--- a/src/render/frontend/qlayer.h
+++ b/src/render/frontend/qlayer.h
@@ -52,7 +52,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 = 0);
+ explicit QLayer(Qt3DCore::QNode *parent = Q_NULLPTR);
~QLayer();
QStringList names() const;
@@ -64,7 +64,7 @@ Q_SIGNALS:
void namesChanged(const QStringList &names);
protected:
- QLayer(QLayerPrivate &dd, Qt3DCore::QNode *parent = 0);
+ QLayer(QLayerPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private: