Skip to content

KisPipeBrushParasite: reduce string allocations

Fushan Wen requested to merge work/fuf/qsv into master

Use QStringView::split to reduce allocations.

Not fully ported to QStringView because there are too many places.

Merge request reports