Doc: Added info about sorting in QItemSelectionModel::selectedIndexes

Task-number: QTBUG-40726
Change-Id: I450f9735fbbdc6574e8a14ea0076a28ee65077de
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Nico Vertriest 2015-11-12 12:10:21 +01:00
parent 90c81366d1
commit d0f57439d0

View File

@ -1646,6 +1646,7 @@ QModelIndexList QItemSelectionModel::selectedIndexes() const
/*!
\since 4.2
Returns the indexes in the given \a column for the rows where all columns are selected.
The list is not sorted.
\sa selectedIndexes(), selectedColumns()
*/