summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h')
-rw-r--r--src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h b/src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h
index f0bde3ba3..5b3b36039 100644
--- a/src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h
+++ b/src/quick3d/quick3dinput/items/quick3dlogicaldevice_p.h
@@ -69,7 +69,7 @@ class QT3DQUICKINPUTSHARED_PRIVATE_EXPORT Quick3DLogicalDevice : public QObject
Q_PROPERTY(QQmlListProperty<Qt3DInput::QAxis> axes READ qmlAxes CONSTANT)
Q_PROPERTY(QQmlListProperty<Qt3DInput::QAction> actions READ qmlActions CONSTANT)
public:
- explicit Quick3DLogicalDevice(QObject *parent = Q_NULLPTR);
+ explicit Quick3DLogicalDevice(QObject *parent = nullptr);
inline QLogicalDevice *parentLogicalDevice() const { return qobject_cast<QLogicalDevice *>(parent()); }
QQmlListProperty<QAxis> qmlAxes();