From d0f57439d02582cf7564d1509d13f715eadc7f05 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 12 Nov 2015 12:10:21 +0100 Subject: Doc: Added info about sorting in QItemSelectionModel::selectedIndexes Task-number: QTBUG-40726 Change-Id: I450f9735fbbdc6574e8a14ea0076a28ee65077de Reviewed-by: Martin Smith --- src/corelib/itemmodels/qitemselectionmodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/itemmodels') diff --git a/src/corelib/itemmodels/qitemselectionmodel.cpp b/src/corelib/itemmodels/qitemselectionmodel.cpp index 51c670f79e..222e722c06 100644 --- a/src/corelib/itemmodels/qitemselectionmodel.cpp +++ b/src/corelib/itemmodels/qitemselectionmodel.cpp @@ -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() */ -- cgit v1.2.3