mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-30 08:14:45 +00:00
Fix mistake on paginatemodel
This commit is contained in:
parent
3e0677b78e
commit
a83e99ae8c
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ void PaginateModel::_k_sourceRowsRemoved(const QModelIndex &parent, int start, i
|
||||||
if (canSizeChange()) {
|
if (canSizeChange()) {
|
||||||
endRemoveRows();
|
endRemoveRows();
|
||||||
} else {
|
} else {
|
||||||
beginResetModel();
|
endResetModel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue