summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input/frontend/qaxisactionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qaxisactionhandler.h b/src/input/frontend/qaxisactionhandler.h
index e5df8f534..8d36bc0b3 100644
--- a/src/input/frontend/qaxisactionhandler.h
+++ b/src/input/frontend/qaxisactionhandler.h
@@ -53,7 +53,7 @@ class QT3DINPUTSHARED_EXPORT QAxisActionHandler : public Qt3DCore::QComponent
Q_PROPERTY(Qt3DInput::QLogicalDevice* logicalDevice READ logicalDevice WRITE setLogicalDevice NOTIFY logicalDeviceChanged)
public:
- QAxisActionHandler(Qt3DCore::QNode *parent = Q_NULLPTR);
+ explicit QAxisActionHandler(Qt3DCore::QNode *parent = Q_NULLPTR);
~QAxisActionHandler();
Qt3DInput::QLogicalDevice *logicalDevice() const;