summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qaction.h')
-rw-r--r--src/input/frontend/qaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qaction.h b/src/input/frontend/qaction.h
index 442d58e7c..9dc3ab3f4 100644
--- a/src/input/frontend/qaction.h
+++ b/src/input/frontend/qaction.h
@@ -55,7 +55,7 @@ class QT3DINPUTSHARED_EXPORT QAction : public Qt3DCore::QNode
Q_OBJECT
Q_PROPERTY(bool active READ isActive NOTIFY activeChanged)
public:
- explicit QAction(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QAction(Qt3DCore::QNode *parent = nullptr);
bool isActive() const;