summaryrefslogtreecommitdiff
path: root/doc/src/snippets/code/doc_src_properties.cpp
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-04-10 21:48:36 +0200
committerQt by Nokia <qt-info@nokia.com>2012-01-24 19:12:23 +0100
commit764840ec0e189b4a9f76cdd659d82a2a50324190 (patch)
tree42b40caa1892cd1c219b2865b2e7e3bcb529234e /doc/src/snippets/code/doc_src_properties.cpp
parentaf48e0ba36aed330e8b262687e3192d7e09796f7 (diff)
downloadqtbase-764840ec0e189b4a9f76cdd659d82a2a50324190.tar.gz
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>
Diffstat (limited to 'doc/src/snippets/code/doc_src_properties.cpp')
0 files changed, 0 insertions, 0 deletions