summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidjniinput.h
diff options
context:
space:
mode:
authorKai Uwe Broulik <kde@privat.broulik.de>2015-06-02 09:21:14 +0200
committerKai Uwe Broulik <kde@privat.broulik.de>2015-08-11 13:14:26 +0000
commitfc410c13980378223fa501b60cc47d08d5b3d8f5 (patch)
tree757a42313013f4481fa52efd3f0570e04eb62b7d /src/plugins/platforms/android/androidjniinput.h
parentb8c57e5fb1fa94f4bb3c7f4875e4d7a77937e2aa (diff)
Android: Add support for EnterKey
QAndroidInputContext now sends along the EnterKey type provided by the EnterKey input method query enabling the QtActivityDelegate to set the imeOptions for the TextView accordingly. Change-Id: Ic96077ab4b11cf6dec52283ecf66b2cabe7af665 Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'src/plugins/platforms/android/androidjniinput.h')
-rw-r--r--src/plugins/platforms/android/androidjniinput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/android/androidjniinput.h b/src/plugins/platforms/android/androidjniinput.h
index b5a2ef06e4..d737dc9c98 100644
--- a/src/plugins/platforms/android/androidjniinput.h
+++ b/src/plugins/platforms/android/androidjniinput.h
@@ -41,7 +41,7 @@ QT_BEGIN_NAMESPACE
namespace QtAndroidInput
{
// Software keyboard support
- void showSoftwareKeyboard(int top, int left, int width, int height, int inputHints);
+ void showSoftwareKeyboard(int top, int left, int width, int height, int inputHints, int enterKeyType);
void resetSoftwareKeyboard();
void hideSoftwareKeyboard();
bool isSoftwareKeyboardVisible();