From 3b507d2c48a1637966a6e7537af7763824f0bef8 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Wed, 27 Feb 2013 12:53:23 +0100 Subject: Enablers for input methods on Android Change-Id: Ic26722cf530e7a787e7a8f92b645e3c4883d9822 Reviewed-by: Eskil Abrahamsen Blomfeldt Reviewed-by: Lars Knoll --- src/quick/items/qquicktextedit_p_p.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/quick/items/qquicktextedit_p_p.h') diff --git a/src/quick/items/qquicktextedit_p_p.h b/src/quick/items/qquicktextedit_p_p.h index e4819e4d2d..5306c979cf 100644 --- a/src/quick/items/qquicktextedit_p_p.h +++ b/src/quick/items/qquicktextedit_p_p.h @@ -106,6 +106,10 @@ public: void setNativeCursorEnabled(bool enabled) { control->setCursorWidth(enabled ? 1 : 0); } +#ifndef QT_NO_IM + Qt::InputMethodHints effectiveInputMethodHints() const; +#endif + QColor color; QColor selectionColor; QColor selectedTextColor; -- cgit v1.2.3