summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-12-01 15:56:45 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-12-04 19:07:18 +0000
commit209e2eecd33d8194fe2e4f9501e4f8eb9ee836da (patch)
tree1d831b8f9aaca9601e2eacec06f9aef10a462d50 /src
parent6f4985f77f0d502696f7deab2c0e45a3070824fd (diff)
QAxisActionHandler: make ctor explicit
Change-Id: I4d2ed6a94e69783b5f2865459ad948b7fc1bdef1 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src')
-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;