diff --git a/components/quicksettingsplugin/paginatemodel.cpp b/components/quicksettingsplugin/paginatemodel.cpp index fd17d813..17c38f4d 100644 --- a/components/quicksettingsplugin/paginatemodel.cpp +++ b/components/quicksettingsplugin/paginatemodel.cpp @@ -377,7 +377,7 @@ void PaginateModel::_k_sourceRowsRemoved(const QModelIndex &parent, int start, i if (canSizeChange()) { endRemoveRows(); } else { - beginResetModel(); + endResetModel(); } }