Skip to content

Test new number of rows before altering

Marco Martin requested to merge work/mart/removeRowsTransition into master

we need to know what the new number of rows will be before actually removing them in order to do a correct beginRemoveRows()->endRemoveRows() transaction

Merge request reports