summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qstencilmask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qstencilmask.h')
-rw-r--r--src/render/renderstates/qstencilmask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qstencilmask.h b/src/render/renderstates/qstencilmask.h
index 9308ab3b9..f6214f508 100644
--- a/src/render/renderstates/qstencilmask.h
+++ b/src/render/renderstates/qstencilmask.h
@@ -54,7 +54,7 @@ class QT3DRENDERSHARED_EXPORT QStencilMask : public QRenderState
Q_PROPERTY(uint frontOutputMask READ frontOutputMask WRITE setFrontOutputMask NOTIFY frontOutputMaskChanged)
Q_PROPERTY(uint backOutputMask READ backOutputMask WRITE setBackOutputMask NOTIFY backOutputMaskChanged)
public:
- explicit QStencilMask(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QStencilMask(Qt3DCore::QNode *parent = nullptr);
uint frontOutputMask() const;
uint backOutputMask() const;