summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dinput/items/quick3dinputchord_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3dinput/items/quick3dinputchord_p.h')
-rw-r--r--src/quick3d/quick3dinput/items/quick3dinputchord_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick3d/quick3dinput/items/quick3dinputchord_p.h b/src/quick3d/quick3dinput/items/quick3dinputchord_p.h
index b65ec5f75..d9759b856 100644
--- a/src/quick3d/quick3dinput/items/quick3dinputchord_p.h
+++ b/src/quick3d/quick3dinput/items/quick3dinputchord_p.h
@@ -66,7 +66,7 @@ class QT3DQUICKINPUTSHARED_PRIVATE_EXPORT Quick3DInputChord : public QObject
Q_OBJECT
Q_PROPERTY(QQmlListProperty<Qt3DInput::QAbstractActionInput> chords READ qmlActionInputs CONSTANT)
public:
- explicit Quick3DInputChord(QObject *parent = Q_NULLPTR);
+ explicit Quick3DInputChord(QObject *parent = nullptr);
inline QInputChord *parentChord() const { return qobject_cast<QInputChord *>(parent()); }
QQmlListProperty<QAbstractActionInput> qmlActionInputs();