diff options
author | Tomi Vihria <tomi.vihria@nokia.com> | 2011-07-11 10:06:21 (GMT) |
---|---|---|
committer | Tomi Vihria <tomi.vihria@nokia.com> | 2011-07-11 10:06:21 (GMT) |
commit | b05a513e1427dacc4c3de1b6d507616764248b96 (patch) | |
tree | b04583de50302d7741b607694d58c7e784e90986 /src/s60installs/bwins | |
parent | 59b2938758ebf563bedf943ddd4636176ca8d15e (diff) | |
download | Qt-b05a513e1427dacc4c3de1b6d507616764248b96.zip Qt-b05a513e1427dacc4c3de1b6d507616764248b96.tar.gz Qt-b05a513e1427dacc4c3de1b6d507616764248b96.tar.bz2 |
Backporting fix for QTBUG-18716
Provide internal API to avoid automatic translation of input widget
There will be cases when client will want to disable splitview
automatic view translation, so that keyboard is just brought on top of
the application and no other actions happen. There will be no new
public Qt GUI API to cover the cases (the public API will come from
QML Components), but the implementation is done with new private API.
Task-number: QTBUG-20171
Reviewed-by: Honglei Zhang
Diffstat (limited to 'src/s60installs/bwins')
-rw-r--r-- | src/s60installs/bwins/QtGuiu.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s60installs/bwins/QtGuiu.def b/src/s60installs/bwins/QtGuiu.def index 9b70ee8..e9e58c8 100644 --- a/src/s60installs/bwins/QtGuiu.def +++ b/src/s60installs/bwins/QtGuiu.def @@ -13113,4 +13113,5 @@ EXPORTS ?hasBCM2727@QSymbianGraphicsSystemEx@@SA_NXZ @ 13112 NONAME ; bool QSymbianGraphicsSystemEx::hasBCM2727(void) ?constImageRef@QVolatileImage@@QBEABVQImage@@XZ @ 13113 NONAME ; class QImage const & QVolatileImage::constImageRef(void) const ?toVolatileImage@QPixmapData@@UBE?AVQVolatileImage@@XZ @ 13114 NONAME ; class QVolatileImage QPixmapData::toVolatileImage(void) const + ?qt_s60_setPartialScreenAutomaticTranslation@@YAX_N@Z @ 13115 NONAME ; void qt_s60_setPartialScreenAutomaticTranslation(bool) |