summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qpolygonoffset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qpolygonoffset.h')
-rw-r--r--src/render/renderstates/qpolygonoffset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qpolygonoffset.h b/src/render/renderstates/qpolygonoffset.h
index 6192f70fd..eb78c39e8 100644
--- a/src/render/renderstates/qpolygonoffset.h
+++ b/src/render/renderstates/qpolygonoffset.h
@@ -55,7 +55,7 @@ class QT3DRENDERSHARED_EXPORT QPolygonOffset : public QRenderState
Q_PROPERTY(float scaleFactor READ scaleFactor WRITE setScaleFactor NOTIFY scaleFactorChanged)
Q_PROPERTY(float depthSteps READ depthSteps WRITE setDepthSteps NOTIFY depthStepsChanged)
public:
- explicit QPolygonOffset(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QPolygonOffset(Qt3DCore::QNode *parent = nullptr);
float scaleFactor() const;
float depthSteps() const;