Accessibility: fix updates for models with rootIndex set.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Wed, 25 Jul 2012 15:22:26 +0000 (17:22 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 31 Jul 2012 09:53:35 +0000 (11:53 +0200)
commit05815679d8f88c9d05832c34f8a4274f14ec0353
tree311b903fccd96b1811f4d5ec2abce7dd49fc979c
parenta03b14f68508cf08f051ed882604485f230cff30
Accessibility: fix updates for models with rootIndex set.

The accessible table/list implementation would ignore
when a root index is set, resulting in trying to use row/column
for the top level index, leading to accessing invalid indexes.

(cherry picked from commit def2ee829435c705055733a0f99c0ca44a012c50)

Conflicts:

src/plugins/accessible/widgets/itemviews.cpp

Change-Id: Ic2745ab3e262ccee2d43e0d532e165d2958f519e
Reviewed-by: Jan-Arve Sæther <jan-arve.saether@nokia.com>
src/plugins/accessible/widgets/itemviews.cpp