diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-30 19:36:31 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-30 19:36:31 (GMT) |
commit | ed1acef655c0e44f1bf9f05ebac5d19a9be12ad3 (patch) | |
tree | f4b8e46076ed32a91b01e6d92fbb1cbb4ddc8dcc /src/s60installs/eabi/QtGuiu.def | |
parent | 728023635d6b32ffe453b0cc9fdf49b15f694f51 (diff) | |
parent | 7e8073b37a8a3e58d82b71934f085ec8143935eb (diff) | |
download | Qt-ed1acef655c0e44f1bf9f05ebac5d19a9be12ad3.zip Qt-ed1acef655c0e44f1bf9f05ebac5d19a9be12ad3.tar.gz Qt-ed1acef655c0e44f1bf9f05ebac5d19a9be12ad3.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fixed a broken def file entry.
Fixed key event handling on Symbian.
Cleaned up old comments.
Refactored the virtual mouse handling code into its own function.
Removed static on a member that didn't have to be.
Fixed a problem with dso dependencies.
Diffstat (limited to 'src/s60installs/eabi/QtGuiu.def')
-rw-r--r-- | src/s60installs/eabi/QtGuiu.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/eabi/QtGuiu.def b/src/s60installs/eabi/QtGuiu.def index 8c11002..559c896 100644 --- a/src/s60installs/eabi/QtGuiu.def +++ b/src/s60installs/eabi/QtGuiu.def @@ -4294,7 +4294,7 @@ EXPORTS _ZN19QApplicationPrivate13animate_comboE @ 4293 NONAME DATA 1 _ZN19QApplicationPrivate13mouse_buttonsE @ 4294 NONAME DATA 4 _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent @ 4295 NONAME - _ZN19QApplicationPrivate13scanCodeCacheE @ 4296 NONAME DATA 4 + _ZN19QApplicationPrivate13scanCodeCacheE @ 4296 NONAME DATA 4 ABSENT _ZN19QApplicationPrivate13setSystemFontERK5QFont @ 4297 NONAME _ZN19QApplicationPrivate13styleOverrideE @ 4298 NONAME DATA 4 _ZN19QApplicationPrivate14autoSipEnabledE @ 4299 NONAME DATA 1 |