summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qkeyboardcontroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qkeyboardcontroller.h')
-rw-r--r--src/input/frontend/qkeyboardcontroller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/frontend/qkeyboardcontroller.h b/src/input/frontend/qkeyboardcontroller.h
index e929629d9..da57604b4 100644
--- a/src/input/frontend/qkeyboardcontroller.h
+++ b/src/input/frontend/qkeyboardcontroller.h
@@ -53,7 +53,7 @@ class QT3DINPUTSHARED_EXPORT QKeyboardController : public Qt3DInput::QAbstractPh
Q_PROPERTY(Qt3DInput::QKeyboardInput *activeInput READ activeInput NOTIFY activeInputChanged)
public:
- explicit QKeyboardController(QNode *parent = 0);
+ explicit QKeyboardController(QNode *parent = Q_NULLPTR);
~QKeyboardController();
QKeyboardInput *activeInput() const;
@@ -66,7 +66,7 @@ public:
int buttonIdentifier(const QString &name) const Q_DECL_FINAL;
protected:
- QKeyboardController(QKeyboardControllerPrivate &dd, QNode *parent = 0);
+ QKeyboardController(QKeyboardControllerPrivate &dd, QNode *parent = Q_NULLPTR);
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) Q_DECL_OVERRIDE;
Q_SIGNALS: