diff options
author | mread <qt-info@nokia.com> | 2010-09-22 13:27:15 +0100 |
---|---|---|
committer | mread <qt-info@nokia.com> | 2010-09-30 15:48:29 +0100 |
commit | 40b413ca994fd26404672cefa71dc36fd2626b67 (patch) | |
tree | 32f53649c4548ecce80e031e882fca1f87dd9958 /src/s60installs | |
parent | 3579fd98fbaf95d7dfc4d05f34e00353a295d340 (diff) | |
download | qt4-tools-40b413ca994fd26404672cefa71dc36fd2626b67.tar.gz |
Qt apps to use the Symbian^4 fast allocator in pre-Symbian^4 platforms
The hybrid heap allocator has been copied from Symbian^4 (MCL wk36
initially) and is installed by qtmain.lib as the initial allocator
for Qt apps.
Task-number: QT-3967
Reviewed-by: Shane Kearns
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/eabi/QtCoreu.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s60installs/eabi/QtCoreu.def b/src/s60installs/eabi/QtCoreu.def index 01679be98d..f4968399a2 100644 --- a/src/s60installs/eabi/QtCoreu.def +++ b/src/s60installs/eabi/QtCoreu.def @@ -3711,4 +3711,5 @@ EXPORTS _ZlsR11QDataStreamRK12QEasingCurve @ 3710 NONAME _ZltRK13QElapsedTimerS1_ @ 3711 NONAME _ZrsR11QDataStreamR12QEasingCurve @ 3712 NONAME + _Z26qt_symbian_SetupThreadHeapiR24SStdEpocThreadCreateInfo @ 3713 NONAME |