summaryrefslogtreecommitdiffstats
path: root/src/s60installs
diff options
context:
space:
mode:
authorPasi Pentikainen <ext-pasi.a.pentikainen@nokia.com>2012-09-06 13:17:46 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-09-07 12:29:58 (GMT)
commit2bc93e5d559515741b79eb4e5e9ecb9e726ca02a (patch)
tree158e42d59432cb51b882f3bafe45fdd360f21d7b /src/s60installs
parentbcb5afdf7a059693eedd09ac15c284f02b7685af (diff)
downloadQt-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')
-rw-r--r--src/s60installs/bwins/QtCoreu.def2
-rw-r--r--src/s60installs/eabi/QtCoreu.def1
2 files changed, 3 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 &)
+
diff --git a/src/s60installs/eabi/QtCoreu.def b/src/s60installs/eabi/QtCoreu.def
index 18b97e3..55239d2 100644
--- a/src/s60installs/eabi/QtCoreu.def
+++ b/src/s60installs/eabi/QtCoreu.def
@@ -4173,4 +4173,5 @@ EXPORTS
_ZN23QEventDispatcherSymbian15wakeUpWasCalledEP19QWakeUpActiveObject @ 4172 NONAME
_ZN23QCoreApplicationPrivate19qmljsDebugArgumentsEv @ 4173 NONAME
_ZN23QCoreApplicationPrivate27processCommandLineArgumentsEv @ 4174 NONAME
+ _ZN4QUrl6detachER12QMutexLocker @ 4175 NONAME