diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-07-22 05:16:17 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-07-26 07:08:13 (GMT) |
commit | 18a2e097f09ecd68e9ea2a2a515d9358729188c2 (patch) | |
tree | 66edde9f77f87b28d8d59a8eae73646514373c37 /src/s60installs/eabi | |
parent | 056bbc32fd64f48851e6ad058c5e4c1372a96564 (diff) | |
download | Qt-18a2e097f09ecd68e9ea2a2a515d9358729188c2.zip Qt-18a2e097f09ecd68e9ea2a2a515d9358729188c2.tar.gz Qt-18a2e097f09ecd68e9ea2a2a515d9358729188c2.tar.bz2 |
Remove QDeclarativeItem::childrenChanged() signal overload
Broke signal handlers in QML
Task-number: QTBUG-12335
Reviewed-by: Aaron Kennedy
(cherry picked from commit ddb5e1eef379c7f32a594d91b00ff3514c46b62a)
Diffstat (limited to 'src/s60installs/eabi')
-rw-r--r-- | src/s60installs/eabi/QtDeclarativeu.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/eabi/QtDeclarativeu.def b/src/s60installs/eabi/QtDeclarativeu.def index dd5103f..bcb91fa 100644 --- a/src/s60installs/eabi/QtDeclarativeu.def +++ b/src/s60installs/eabi/QtDeclarativeu.def @@ -59,7 +59,7 @@ EXPORTS _ZN16QDeclarativeItem13parentChangedEPS_ @ 58 NONAME _ZN16QDeclarativeItem13setParentItemEPS_ @ 59 NONAME _ZN16QDeclarativeItem13smoothChangedEb @ 60 NONAME - _ZN16QDeclarativeItem15childrenChangedEv @ 61 NONAME + _ZN16QDeclarativeItem15childrenChangedEv @ 61 NONAME ABSENT _ZN16QDeclarativeItem15geometryChangedERK6QRectFS2_ @ 62 NONAME _ZN16QDeclarativeItem15keyReleaseEventEP9QKeyEvent @ 63 NONAME _ZN16QDeclarativeItem16inputMethodEventEP17QInputMethodEvent @ 64 NONAME |