diff options
author | Sami Merila <sami.merila@nokia.com> | 2011-05-09 13:21:11 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2011-05-09 13:21:11 (GMT) |
commit | 0dce79459e4ac5b2ed64c01052206e21764d8933 (patch) | |
tree | 38c6d28e95054edea1eb7db771e043f0c0974d4a /src/s60installs/bwins/QtGuiu.def | |
parent | fa53804c12e692d29421e22e2c59f6aff2d519e7 (diff) | |
download | Qt-0dce79459e4ac5b2ed64c01052206e21764d8933.zip Qt-0dce79459e4ac5b2ed64c01052206e21764d8933.tar.gz Qt-0dce79459e4ac5b2ed64c01052206e21764d8933.tar.bz2 |
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-18716
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'src/s60installs/bwins/QtGuiu.def')
-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 813bbf8..495db21 100644 --- a/src/s60installs/bwins/QtGuiu.def +++ b/src/s60installs/bwins/QtGuiu.def @@ -13953,4 +13953,5 @@ EXPORTS ?staticMetaObjectExtraData@QWorkspace@@0UQMetaObjectExtraData@@B @ 13952 NONAME ; struct QMetaObjectExtraData const QWorkspace::staticMetaObjectExtraData ?staticMetaObjectExtraData@QSessionManager@@0UQMetaObjectExtraData@@B @ 13953 NONAME ; struct QMetaObjectExtraData const QSessionManager::staticMetaObjectExtraData ?qt_static_metacall@QGraphicsItemAnimation@@CAXPAVQObject@@W4Call@QMetaObject@@HPAPAX@Z @ 13954 NONAME ; void QGraphicsItemAnimation::qt_static_metacall(class QObject *, enum QMetaObject::Call, int, void * *) + ?qt_s60_setPartialScreenAutomaticTranslation@@YAX_N@Z @ 13955 NONAME ; void qt_s60_setPartialScreenAutomaticTranslation(bool) |