summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qalphatest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qalphatest.h')
-rw-r--r--src/render/renderstates/qalphatest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/renderstates/qalphatest.h b/src/render/renderstates/qalphatest.h
index 2807cef79..02c0db54b 100644
--- a/src/render/renderstates/qalphatest.h
+++ b/src/render/renderstates/qalphatest.h
@@ -68,7 +68,7 @@ public:
};
Q_ENUM(AlphaFunction)
- explicit QAlphaTest(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QAlphaTest(Qt3DCore::QNode *parent = nullptr);
AlphaFunction alphaFunction() const;
float referenceValue() const;