summaryrefslogtreecommitdiffstats
path: root/src/s60installs
diff options
context:
space:
mode:
authorPasi Pentikainen <ext-pasi.a.pentikainen@nokia.com>2012-09-06 16:25:04 +0300
committerQt by Nokia <qt-info@nokia.com>2012-09-07 14:29:58 +0200
commit5453a7f6a6f47f4f773880f602328969da6cd8ac (patch)
treefb9592bf52008f3200a3aefe9759750bfeae1cdb /src/s60installs
parent2bc93e5d559515741b79eb4e5e9ecb9e726ca02a (diff)
Symbian: fix symbian QtCore deffile (for QObjectPrivate)
Freeze added exports caused by commit 3c4c9709 (change If5c3701426208875f3b775040c4e7bcbaac2b0a9), to fix Symbian winscw build break. Change-Id: Ia8c14d95004e17059af05e91431b71b6767d3885 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
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s60installs/bwins/QtCoreu.def b/src/s60installs/bwins/QtCoreu.def
index 09eb21c9b6..3d13ac92c8 100644
--- a/src/s60installs/bwins/QtCoreu.def
+++ b/src/s60installs/bwins/QtCoreu.def
@@ -4894,4 +4894,6 @@ EXPORTS
?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 &)
+ ?disconnectNotify@QObjectPrivate@@QAEXPBD@Z @ 4896 NONAME ; void QObjectPrivate::disconnectNotify(char const *)
+ ?connectNotify@QObjectPrivate@@QAEXPBD@Z @ 4897 NONAME ; void QObjectPrivate::connectNotify(char const *)