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 aafbd3e57..e929629d9 100644
--- a/src/input/frontend/qkeyboardcontroller.h
+++ b/src/input/frontend/qkeyboardcontroller.h
@@ -62,8 +62,8 @@ public:
int buttonCount() const Q_DECL_FINAL;
QStringList axisNames() const Q_DECL_FINAL;
QStringList buttonNames() const Q_DECL_FINAL;
- int axisIdentifier(const QString &name) Q_DECL_FINAL;
- int buttonIdentifier(const QString &name) Q_DECL_FINAL;
+ int axisIdentifier(const QString &name) const Q_DECL_FINAL;
+ int buttonIdentifier(const QString &name) const Q_DECL_FINAL;
protected:
QKeyboardController(QKeyboardControllerPrivate &dd, QNode *parent = 0);