diff options
author | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-07-14 09:31:11 (GMT) |
---|---|---|
committer | Lasse Holmstedt <lasse.holmstedt@nokia.com> | 2010-07-14 09:31:11 (GMT) |
commit | 9c68bdf3ed66564bce3064a49ca80b7889c35952 (patch) | |
tree | 9665e35db6ba39e81968b11404b780875bfe4fd7 /src/s60installs | |
parent | 254dc36d97f250e86cc889844d3e4b80aa396032 (diff) | |
download | Qt-9c68bdf3ed66564bce3064a49ca80b7889c35952.zip Qt-9c68bdf3ed66564bce3064a49ca80b7889c35952.tar.gz Qt-9c68bdf3ed66564bce3064a49ca80b7889c35952.tar.bz2 |
Added symbian defs for e55781212532e2abcdd1cef8548b146fb14f0713
Reviewed-by: Jason McDonald
Submitted-by: Alessandro Portale
Diffstat (limited to 'src/s60installs')
-rw-r--r-- | src/s60installs/bwins/QtDeclarativeu.def | 1 | ||||
-rw-r--r-- | src/s60installs/eabi/QtDeclarativeu.def | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/s60installs/bwins/QtDeclarativeu.def b/src/s60installs/bwins/QtDeclarativeu.def index e96f83f..8fdd72c 100644 --- a/src/s60installs/bwins/QtDeclarativeu.def +++ b/src/s60installs/bwins/QtDeclarativeu.def @@ -1675,4 +1675,5 @@ EXPORTS ?setBindingForObject@QDeclarativeEngineDebug@@QAE_NHABVQString@@ABVQVariant@@_N@Z @ 1674 NONAME ; bool QDeclarativeEngineDebug::setBindingForObject(int, class QString const &, class QVariant const &, bool) ??0QDeclarativeImageProvider@@QAE@W4ImageType@0@@Z @ 1675 NONAME ; QDeclarativeImageProvider::QDeclarativeImageProvider(enum QDeclarativeImageProvider::ImageType) ?setMethodBody@QDeclarativeEngineDebug@@QAE_NHABVQString@@0@Z @ 1676 NONAME ; bool QDeclarativeEngineDebug::setMethodBody(int, class QString const &, class QString const &) + ?resetBindingForObject@QDeclarativeEngineDebug@@QAE_NHABVQString@@@Z @ 1677 NONAME ; bool QDeclarativeEngineDebug::resetBindingForObject(int, class QString const &) diff --git a/src/s60installs/eabi/QtDeclarativeu.def b/src/s60installs/eabi/QtDeclarativeu.def index 083e07f..dd5103f 100644 --- a/src/s60installs/eabi/QtDeclarativeu.def +++ b/src/s60installs/eabi/QtDeclarativeu.def @@ -1706,4 +1706,5 @@ EXPORTS _ZN25QDeclarativeImageProviderC1ENS_9ImageTypeE @ 1705 NONAME _ZN25QDeclarativeImageProviderC2ENS_9ImageTypeE @ 1706 NONAME _ZNK25QDeclarativeImageProvider9imageTypeEv @ 1707 NONAME + _ZN23QDeclarativeEngineDebug21resetBindingForObjectEiRK7QString @ 1708 NONAME |