From b07c10c5de0161208a75bba3c5470614538dfb6e Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 17 Nov 2015 11:18:19 +0000 Subject: Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d0f57439d02582cf7564d1509d13f715eadc7f05. This commit had introduced a wrong statement about the sorting. Change-Id: I2f6ea6f7cfb318bca7bd44c686956ba135b65b20 Reviewed-by: Topi Reiniƶ --- src/corelib/itemmodels/qitemselectionmodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/itemmodels') diff --git a/src/corelib/itemmodels/qitemselectionmodel.cpp b/src/corelib/itemmodels/qitemselectionmodel.cpp index 222e722c06..51c670f79e 100644 --- a/src/corelib/itemmodels/qitemselectionmodel.cpp +++ b/src/corelib/itemmodels/qitemselectionmodel.cpp @@ -1646,7 +1646,6 @@ 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() */ -- cgit v1.2.3