summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qscissortest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qscissortest.h')
-rw-r--r--src/render/renderstates/qscissortest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qscissortest.h b/src/render/renderstates/qscissortest.h
index 9dd69592c..0178ff7c2 100644
--- a/src/render/renderstates/qscissortest.h
+++ b/src/render/renderstates/qscissortest.h
@@ -55,7 +55,7 @@ class QT3DRENDERSHARED_EXPORT QScissorTest : public QRenderState
Q_PROPERTY(int height READ height WRITE setHeight NOTIFY heightChanged)
public:
- explicit QScissorTest(Qt3DCore::QNode *parent = 0);
+ explicit QScissorTest(Qt3DCore::QNode *parent = Q_NULLPTR);
~QScissorTest();
int left() const;