qt5base-lts/tests/auto/corelib/itemmodels
Mark Brand 764840ec0e add missing move* methods to QAbstractItemModel
The existence of QAbstractItemModel virtual methods
    moveRow, moveColumn, moveRows, and moveColumns
is implied by the existence of
   beginMoveRows, endMoveRows, beginMoveColumns and endMoveColumns.
However, these were not actually provided by QAbstractItemModel.

With this change, subclasses can implement support for moving rows
and columns following the same pattern as for insert* and remove*.

Change-Id: Iad8b2223d4b9303abb6459c174a82ffed71a0fdf
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
2012-01-24 19:12:23 +01:00
..
qabstractitemmodel add missing move* methods to QAbstractItemModel 2012-01-24 19:12:23 +01:00
qabstractproxymodel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qidentityproxymodel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qitemmodel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qitemselectionmodel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qsortfilterproxymodel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
qstringlistmodel Update contact information in license headers. 2012-01-23 04:04:33 +01:00
itemmodels.pro Move the qitemmodel test to the itemmodels directory. 2012-01-06 17:21:25 +01:00