aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/content/components/HideKeyboardKey.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/virtualkeyboard/content/components/HideKeyboardKey.qml')
-rw-r--r--src/virtualkeyboard/content/components/HideKeyboardKey.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtualkeyboard/content/components/HideKeyboardKey.qml b/src/virtualkeyboard/content/components/HideKeyboardKey.qml
index e9de1002..ab38fbc2 100644
--- a/src/virtualkeyboard/content/components/HideKeyboardKey.qml
+++ b/src/virtualkeyboard/content/components/HideKeyboardKey.qml
@@ -43,6 +43,6 @@ import QtQuick.VirtualKeyboard 2.1
BaseKey {
functionKey: true
- onClicked: InputContext.hideInputPanel()
+ onClicked: InputContext.priv.hideInputPanel()
keyPanelDelegate: keyboard.style ? keyboard.style.hideKeyPanel : undefined
}