Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"

This reverts commit d0f57439d0.
This commit had introduced a wrong statement about the sorting.

Change-Id: I2f6ea6f7cfb318bca7bd44c686956ba135b65b20
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
Nico Vertriest 2015-11-17 11:18:19 +00:00 committed by Nico Vertriest
parent afaa7351c0
commit b07c10c5de

View File

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