diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2010-03-29 17:01:48 (GMT) |
---|---|---|
committer | Alessandro Portale <alessandro.portale@nokia.com> | 2010-03-29 17:10:30 (GMT) |
commit | 9181ba917aa4f842e5c3e8febebe363f4dc11c6f (patch) | |
tree | b50b299d66e147f4d633d40b3397b98eb6e0ee9b /src/s60installs/eabi | |
parent | f68b3b765cc4ed15766ff9334e12757f87bf3763 (diff) | |
download | Qt-9181ba917aa4f842e5c3e8febebe363f4dc11c6f.zip Qt-9181ba917aa4f842e5c3e8febebe363f4dc11c6f.tar.gz Qt-9181ba917aa4f842e5c3e8febebe363f4dc11c6f.tar.bz2 |
Exporting QFontDatabase::removeAllApplicationFonts()
It was missing and not covered by the standard autotests, so its
missing was not detected for quite some time.
Task-number: QTBUG-8423
Reviewed-By: Shane Kearns
Diffstat (limited to 'src/s60installs/eabi')
-rw-r--r-- | src/s60installs/eabi/QtGuiu.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s60installs/eabi/QtGuiu.def b/src/s60installs/eabi/QtGuiu.def index 7c91264..ba8dec0 100644 --- a/src/s60installs/eabi/QtGuiu.def +++ b/src/s60installs/eabi/QtGuiu.def @@ -11805,7 +11805,7 @@ EXPORTS _ZN24QImagePixmapCleanupHooks34executePixmapDataModificationHooksEP11QPixmapData @ 11804 NONAME _ZN9QS60Style10timerEventEP11QTimerEvent @ 11805 NONAME _ZN9QS60Style11eventFilterEP7QObjectP6QEvent @ 11806 NONAME - _Z14qt_draw_glyphsP8QPainterPKjPK7QPointFi @ 11807 NONAME + _ZN13QFontDatabase25removeAllApplicationFontsEv @ 11807 NONAME _ZN10QZipReader5closeEv @ 11808 NONAME _ZN10QZipReader8FileInfoC1ERKS0_ @ 11809 NONAME _ZN10QZipReader8FileInfoC1Ev @ 11810 NONAME @@ -11926,4 +11926,5 @@ EXPORTS _ZTI26QAbstractScrollAreaPrivate @ 11925 NONAME _ZTV20QGraphicsViewPrivate @ 11926 NONAME _ZTV26QAbstractScrollAreaPrivate @ 11927 NONAME + _Z14qt_draw_glyphsP8QPainterPKjPK7QPointFi @ 11928 NONAME |