diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-05-20 07:16:14 (GMT) |
---|---|---|
committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-05-20 07:16:14 (GMT) |
commit | ed0ecda733b5f844b385f57fb00f3801427c30b6 (patch) | |
tree | 171e1cc54c7c25aaeba31dde76207c15991acefb | |
parent | 03e6eced23187d49d913a45846956c1fdbdc1bf7 (diff) | |
download | Qt-ed0ecda733b5f844b385f57fb00f3801427c30b6.zip Qt-ed0ecda733b5f844b385f57fb00f3801427c30b6.tar.gz Qt-ed0ecda733b5f844b385f57fb00f3801427c30b6.tar.bz2 |
Fix QtDeclarative def file for winscw.
A symbol became absent for some reason, which broke the building of
the declarativeobserver plug-in. The ABSENT is now removed.
Reviewed-by: TRUSTME
-rw-r--r-- | src/s60installs/bwins/QtDeclarativeu.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/bwins/QtDeclarativeu.def b/src/s60installs/bwins/QtDeclarativeu.def index 18639fd..8206a76 100644 --- a/src/s60installs/bwins/QtDeclarativeu.def +++ b/src/s60installs/bwins/QtDeclarativeu.def @@ -1716,7 +1716,7 @@ EXPORTS ?inWorkerThread@QDeclarativeListModel@@ABE_NXZ @ 1715 NONAME ABSENT ; bool QDeclarativeListModel::inWorkerThread(void) const ?canMove@QDeclarativeListModel@@ABE_NHHH@Z @ 1716 NONAME ABSENT ; bool QDeclarativeListModel::canMove(int, int, int) const ?getScriptEngine@QDeclarativeDebugHelper@@SAPAVQScriptEngine@@PAVQDeclarativeEngine@@@Z @ 1717 NONAME ABSENT ; class QScriptEngine * QDeclarativeDebugHelper::getScriptEngine(class QDeclarativeEngine *) - ?setAnimationSlowDownFactor@QDeclarativeDebugHelper@@SAXM@Z @ 1718 NONAME ABSENT ; void QDeclarativeDebugHelper::setAnimationSlowDownFactor(float) + ?setAnimationSlowDownFactor@QDeclarativeDebugHelper@@SAXM@Z @ 1718 NONAME ; void QDeclarativeDebugHelper::setAnimationSlowDownFactor(float) ?add@QDeclarativeBasePositioner@@QBEPAVQDeclarativeTransition@@XZ @ 1719 NONAME ABSENT ; class QDeclarativeTransition * QDeclarativeBasePositioner::add(void) const ?setLoops@QDeclarativeAbstractAnimation@@QAEXH@Z @ 1720 NONAME ABSENT ; void QDeclarativeAbstractAnimation::setLoops(int) ?trUtf8@QDeclarativeAbstractAnimation@@SA?AVQString@@PBD0@Z @ 1721 NONAME ABSENT ; class QString QDeclarativeAbstractAnimation::trUtf8(char const *, char const *) |