diff options
author | Pasi Pentikainen <ext-pasi.a.pentikainen@nokia.com> | 2012-09-06 13:17:46 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-07 12:29:58 (GMT) |
commit | 2bc93e5d559515741b79eb4e5e9ecb9e726ca02a (patch) | |
tree | 158e42d59432cb51b882f3bafe45fdd360f21d7b /src/s60installs/bwins | |
parent | bcb5afdf7a059693eedd09ac15c284f02b7685af (diff) | |
download | Qt-2bc93e5d559515741b79eb4e5e9ecb9e726ca02a.zip Qt-2bc93e5d559515741b79eb4e5e9ecb9e726ca02a.tar.gz Qt-2bc93e5d559515741b79eb4e5e9ecb9e726ca02a.tar.bz2 |
Symbian: fix symbian QtCore deffiles (for QUrl::detach)
Freeze added exports caused by commit c3fe37fe
(change Ie2674e46eb7416b0e753323b673c10f9d3457f6d).
Change-Id: Icca8eff81e62f73639ee7f21b087370dfe501571
Reviewed-by: Jaakko Helanti <ext-jaakko.helanti@nokia.com>
Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>
Diffstat (limited to 'src/s60installs/bwins')
-rw-r--r-- | src/s60installs/bwins/QtCoreu.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s60installs/bwins/QtCoreu.def b/src/s60installs/bwins/QtCoreu.def index 43f1055..09eb21c 100644 --- a/src/s60installs/bwins/QtCoreu.def +++ b/src/s60installs/bwins/QtCoreu.def @@ -4893,3 +4893,5 @@ EXPORTS ?wakeUpWasCalled@QEventDispatcherSymbian@@QAEXPAVQWakeUpActiveObject@@@Z @ 4892 NONAME ; void QEventDispatcherSymbian::wakeUpWasCalled(class QWakeUpActiveObject *) ?qmljsDebugArguments@QCoreApplicationPrivate@@SA?AVQString@@XZ @ 4893 NONAME ; class QString QCoreApplicationPrivate::qmljsDebugArguments(void) ?processCommandLineArguments@QCoreApplicationPrivate@@QAEXXZ @ 4894 NONAME ; void QCoreApplicationPrivate::processCommandLineArguments(void) + ?detach@QUrl@@AAEXAAVQMutexLocker@@@Z @ 4895 NONAME ; void QUrl::detach(class QMutexLocker &) + |