summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qblendstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qblendstate.h')
-rw-r--r--src/render/renderstates/qblendstate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/renderstates/qblendstate.h b/src/render/renderstates/qblendstate.h
index 5d9d53787..4413d4a28 100644
--- a/src/render/renderstates/qblendstate.h
+++ b/src/render/renderstates/qblendstate.h
@@ -80,7 +80,7 @@ public:
};
Q_ENUM(Blending)
- explicit QBlendState(Qt3DCore::QNode *parent = 0);
+ explicit QBlendState(Qt3DCore::QNode *parent = Q_NULLPTR);
~QBlendState();
Blending srcRGB() const;
@@ -102,7 +102,7 @@ Q_SIGNALS:
protected:
void copy(const Qt3DCore::QNode *ref) Q_DECL_OVERRIDE;
- QBlendState(QRenderState::Type type, Qt3DCore::QNode *parent = 0);
+ QBlendState(QRenderState::Type type, Qt3DCore::QNode *parent = Q_NULLPTR);
private:
Q_DECLARE_PRIVATE(QBlendState)
@@ -113,7 +113,7 @@ class QT3DRENDERSHARED_EXPORT QBlendStateSeparate : public QBlendState
{
Q_OBJECT
public:
- explicit QBlendStateSeparate(Qt3DCore::QNode *parent = 0);
+ explicit QBlendStateSeparate(Qt3DCore::QNode *parent = Q_NULLPTR);
};
} // namespace Qt3DRender