summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qlayerfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qlayerfilter.h')
-rw-r--r--src/render/framegraph/qlayerfilter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/qlayerfilter.h b/src/render/framegraph/qlayerfilter.h
index 749acbb2b..a3e5d8af5 100644
--- a/src/render/framegraph/qlayerfilter.h
+++ b/src/render/framegraph/qlayerfilter.h
@@ -51,7 +51,7 @@ class QT3DRENDERSHARED_EXPORT QLayerFilter : public QFrameGraphNode
Q_OBJECT
Q_PROPERTY(QStringList layers READ layers WRITE setLayers NOTIFY layersChanged)
public:
- explicit QLayerFilter(Qt3DCore::QNode *parent = 0);
+ explicit QLayerFilter(Qt3DCore::QNode *parent = Q_NULLPTR);
~QLayerFilter();
QStringList layers() const;
@@ -63,7 +63,7 @@ Q_SIGNALS:
void layersChanged(const QStringList &layers);
protected:
- QLayerFilter(QLayerFilterPrivate &dd, Qt3DCore::QNode *parent = 0);
+ QLayerFilter(QLayerFilterPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
private: