qt5base-lts/tests/auto/corelib/itemmodels/qitemselectionmodel
Daniel Teske 259648f876 QItemSelectionModel: More fixes for is(Column/Row)Selected
Replace the code for isRowSelected and isColumnSelected with
a much simpler algorithm for deciding if a row/column is selected.

In a model with a cross-hatch of unselectable indexes, the return values
of is(Column/Row)Selected would depend on the order in which the
selections were done.

Task-number: QTBUG-18001
Change-Id: I6aa4b1df7c07fae469a686041927fa8c42bc9b16
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-04-30 19:01:14 +00:00
..
.gitignore Move proxy and selection models to QtCore. 2011-12-16 13:00:57 +01:00
qitemselectionmodel.pro Tests: Remove CONFIG += parallel_test. 2015-09-05 07:16:50 +00:00
tst_qitemselectionmodel.cpp QItemSelectionModel: More fixes for is(Column/Row)Selected 2018-04-30 19:01:14 +00:00