qt6-bb10/src
Morten Johan Sorvig 95ea9cb191 Use QObject pointer as QCocoaAccessibleElement id.
Each QCocoaAccessibleElement needs to provide a
unique stable id through the -(NSUnterger)hash
method.

The previous approach of basing the hash on the parent
hash plus the child index is unpractical now that
childAt() can return distant descendants instead
of immediate children only. Use the QObject pointer,
which is set for all accessible interfaces today.

Change-Id: I5868e3a81c1b4da7233504f30003ab8060e9fa3f
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
2012-01-23 14:47:10 +01:00
..
3rdparty Update contact information in license headers. 2012-01-23 04:04:33 +01:00
corelib QPropertyAnimation::setTargetObject() fails if new and old target object have the same address 2012-01-23 13:06:12 +01:00
dbus Update contact information in license headers. 2012-01-23 04:04:33 +01:00
gui Fix synthesizing mouse events when touches change ordering 2012-01-23 13:10:00 +01:00
modules Remove dependency of QtDBus onto QtXml 2012-01-22 22:10:02 +01:00
network Update contact information in license headers. 2012-01-23 04:04:33 +01:00
opengl Update contact information in license headers. 2012-01-23 04:04:33 +01:00
platformsupport Update contact information in license headers. 2012-01-23 04:04:33 +01:00
plugins Use QObject pointer as QCocoaAccessibleElement id. 2012-01-23 14:47:10 +01:00
printsupport Update contact information in license headers. 2012-01-23 04:04:33 +01:00
sql Remove Symbian specific code from QtSql. 2012-01-23 11:02:18 +01:00
testlib Revert "Blow up earlier when adding test rows without columns." 2012-01-23 13:07:47 +01:00
tools Update contact information in license headers. 2012-01-23 04:04:33 +01:00
widgets Remove dead code. 2012-01-23 09:34:39 +01:00
winmain Update contact information in license headers. 2012-01-23 04:04:33 +01:00
xml Remove Symbian specific code from QtXml. 2012-01-23 11:02:18 +01:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro Remove dependency of QtDBus onto QtXml 2012-01-22 22:10:02 +01:00