summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qclipplane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qclipplane.h')
-rw-r--r--src/render/renderstates/qclipplane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qclipplane.h b/src/render/renderstates/qclipplane.h
index 73874a091..98f97ec72 100644
--- a/src/render/renderstates/qclipplane.h
+++ b/src/render/renderstates/qclipplane.h
@@ -50,7 +50,7 @@ class QT3DRENDERSHARED_EXPORT QClipPlane : public QRenderState
Q_OBJECT
Q_PROPERTY(int plane READ plane WRITE setPlane NOTIFY planeChanged)
public:
- explicit QClipPlane(Qt3DCore::QNode *parent = 0);
+ explicit QClipPlane(Qt3DCore::QNode *parent = Q_NULLPTR);
~QClipPlane();
int plane() const;