mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +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()) {
|
||||
endRemoveRows();
|
||||
} else {
|
||||
beginResetModel();
|
||||
endResetModel();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue