qt5base-lts/tests/auto
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
..
bic Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
compilerwarnings/data Update contact information in license headers. 2012-01-23 04:04:33 +01:00
corelib add missing move* methods to QAbstractItemModel 2012-01-24 19:12:23 +01:00
dbus Update contact information in license headers. 2012-01-23 04:04:33 +01:00
gui Made window orientation API more flexible. 2012-01-24 15:38:48 +01:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network Changed qnetworkdiskcache unittest to cleanup test directory. 2012-01-24 06:59:21 +01:00
opengl Update contact information in license headers. 2012-01-23 04:04:33 +01:00
other Make mid() and midRef() properly return empty, non-null objects 2012-01-24 17:36:11 +01:00
sql Update contact information in license headers. 2012-01-23 04:04:33 +01:00
testlib Update contact information in license headers. 2012-01-23 04:04:33 +01:00
tools Update contact information in license headers. 2012-01-23 04:04:33 +01:00
widgets Remove QEventLoop::DeferredDeletion 2012-01-23 14:47:10 +01:00
xml Update contact information in license headers. 2012-01-23 04:04:33 +01:00
auto.pro Remove QtV8 library from QtBase 2012-01-09 19:54:07 +01:00
network-settings.h Update contact information in license headers. 2012-01-23 04:04:33 +01:00
platformquirks.h Update contact information in license headers. 2012-01-23 04:04:33 +01:00
test.pl Update contact information in license headers. 2012-01-23 04:04:33 +01:00