aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/qmodelIndex.qml
blob: e0df84b68b2b7138debdd75e0437bc3f050ed3a8 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
  property ItemSelectionModel itemSelectionModel;
  function row() { return itemSelectionModel.currentIndex.row; }
}