summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorSatyam Bandarapu <satyam.bandarapu@nokia.com>2011-11-24 22:25:38 (GMT)
committerSatyam Bandarapu <satyam.bandarapu@nokia.com>2011-11-25 09:02:32 (GMT)
commitb233fb15f66b7c9e7bff782aa05e543eb45e52e7 (patch)
tree81edad9cde12a77046aba8788ecccf3c0c7e1a08 /src/gui/kernel
parentfea7c172500811c7ab69f25b8d317890712cf5e8 (diff)
downloadQt-b233fb15f66b7c9e7bff782aa05e543eb45e52e7.zip
Qt-b233fb15f66b7c9e7bff782aa05e543eb45e52e7.tar.gz
Qt-b233fb15f66b7c9e7bff782aa05e543eb45e52e7.tar.bz2
New API to set AVKON flag to inputcontext in Qt/Symbian.
This API is to pass any AVKON FEP flag to QCoeFepInputContext. Implemented as an exported private API, which is available only in Qt/Symbian. If latin keyboard flag is passed to this API and editor is Email/Url, virtual keyboard launches always with latin characters regardless of input language. Reviewed by: Sami Merila
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qt_s60_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h
index 5b5d5ce..c75b20e 100644
--- a/src/gui/kernel/qt_s60_p.h
+++ b/src/gui/kernel/qt_s60_p.h
@@ -230,6 +230,7 @@ public:
int beginFullScreenCalled : 1;
int endFullScreenCalled : 1;
+ int editorFlags;
};
Q_AUTOTEST_EXPORT QS60Data* qGlobalS60Data();
@@ -390,7 +391,8 @@ inline QS60Data::QS60Data()
,s60InstalledTrapHandler(0)
#endif
,beginFullScreenCalled(0),
- endFullScreenCalled(0)
+ endFullScreenCalled(0),
+ editorFlags(0)
{
}