Fix off by one in updateAccessibility.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Mon, 5 Mar 2012 15:56:55 +0000 (16:56 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 6 Mar 2012 23:03:10 +0000 (00:03 +0100)
commit1c438f104815e670afd94bfb396922dae09e7dcd
tree6d42a976bf4d376fc9a55b1357716cc69ec1ff3e
parent53bbea232830af3f056cd8253c4ff4dd33f525c7
Fix off by one in updateAccessibility.

Now that indexOfChild is 0-based, the update notifications should follow.

Change-Id: I5e0303516d503d5e23061df5894b2428c00da2ce
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
src/plugins/platforms/windows/qwindowsaccessibility.cpp
src/widgets/widgets/qmenu.cpp
src/widgets/widgets/qmenubar.cpp
src/widgets/widgets/qtabbar.cpp