Fix mistake on paginatemodel

This commit is contained in:
Florian RICHER 2025-06-14 21:12:43 +02:00 committed by Florian RICHER (aka MrDev023)
parent 3e0677b78e
commit a83e99ae8c

View file

@ -377,7 +377,7 @@ void PaginateModel::_k_sourceRowsRemoved(const QModelIndex &parent, int start, i
if (canSizeChange()) {
endRemoveRows();
} else {
beginResetModel();
endResetModel();
}
}