aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/inputengine.h
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2017-05-18 22:36:00 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2017-05-22 16:48:16 +0000
commit3217d8631f39220e40615b3009ceb3b03a5b21f4 (patch)
treeafb0ec403a64798dbd5748a8816f331ac0ae57c0 /src/virtualkeyboard/inputengine.h
parent67b9d0d6d1c66e4d05130223a60cdd4e0ed0daaa (diff)
Fix InputEngine::inputModes notification
The inputModes property was not notified properly when updated. This change adds value cache and update function for the property. Currently this property is not tracked by anything, so the bug was not noticed. Change-Id: Ic9e562c6e6c8f508e56f115981a52314bef05535 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/virtualkeyboard/inputengine.h')
-rw-r--r--src/virtualkeyboard/inputengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virtualkeyboard/inputengine.h b/src/virtualkeyboard/inputengine.h
index 7551d754..c7ef5fd6 100644
--- a/src/virtualkeyboard/inputengine.h
+++ b/src/virtualkeyboard/inputengine.h
@@ -137,6 +137,7 @@ private slots:
void update();
void shiftChanged();
void updateSelectionListModels();
+ void updateInputModes();
protected:
void timerEvent(QTimerEvent *timerEvent);