Correct accessibility index handling in QListView
authorJosé Millán Soto <fid@gpul.org>
Sat, 22 Sep 2012 21:19:44 +0000 (23:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 18 Oct 2012 22:44:54 +0000 (00:44 +0200)
commit8bed283f137c14a7be1fb9027eae5eae3ce796be
treea83fe03266896799a16c46496abd1d4c40679898
parent687e31df809433fc90085ce702bd77d0acdff269
Correct accessibility index handling in QListView

QListView::currentChanged and QListView::selectionChanged changed to
use 0-based indexes instead of 1-based indexes.

Change-Id: Ie618970c9a37ec76156dbfab2e86685c3c8f374c
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
src/widgets/itemviews/qlistview.cpp
tests/auto/other/qaccessibility/tst_qaccessibility.cpp