summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qnodraw.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2016-04-29 19:35:20 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-01 15:43:11 +0000
commita01b14670e5b35a951ec57297613418dc829d65c (patch)
treed9bdcc4ca7b325ff5a1c2e68b801efe9e4d667b8 /src/render/framegraph/qnodraw.h
parentf9dc7c72090b9a11a3daf9e2c912213fbeec5739 (diff)
Q_NULLPTR -> nullptr
Task-number: QTBUG-52736 Change-Id: I58f9cbcdf018e7b672d33dd865067485412b79fe Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/framegraph/qnodraw.h')
-rw-r--r--src/render/framegraph/qnodraw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/qnodraw.h b/src/render/framegraph/qnodraw.h
index 247d37da1..17d490db6 100644
--- a/src/render/framegraph/qnodraw.h
+++ b/src/render/framegraph/qnodraw.h
@@ -50,7 +50,7 @@ class QT3DRENDERSHARED_EXPORT QNoDraw : public QFrameGraphNode
{
Q_OBJECT
public:
- explicit QNoDraw(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QNoDraw(Qt3DCore::QNode *parent = nullptr);
};
} // namespace Qt3DRender