summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qviewport.h')
-rw-r--r--src/render/framegraph/qviewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/qviewport.h b/src/render/framegraph/qviewport.h
index 04658737d..e375ba377 100644
--- a/src/render/framegraph/qviewport.h
+++ b/src/render/framegraph/qviewport.h
@@ -56,7 +56,7 @@ class QT3DRENDERSHARED_EXPORT QViewport : public QFrameGraphNode
Q_PROPERTY(QRectF normalizedRect READ normalizedRect WRITE setNormalizedRect NOTIFY normalizedRectChanged)
public:
- explicit QViewport(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QViewport(Qt3DCore::QNode *parent = nullptr);
QRectF normalizedRect() const;
@@ -67,7 +67,7 @@ Q_SIGNALS:
void normalizedRectChanged(const QRectF& normalizedRect);
protected:
- QViewport(QViewportPrivate &dd, Qt3DCore::QNode *parent = Q_NULLPTR);
+ QViewport(QViewportPrivate &dd, Qt3DCore::QNode *parent = nullptr);
private:
Q_DECLARE_PRIVATE(QViewport)