Skip to content

5.18: Pass Qt::MatchExactly when calling QAbstractItemModel::match for strings

Fabian Vogt requested to merge work/fixmatch518 into Plasma/5.18

It defaults to Qt::MatchStartsWith and thus returns the wrong result.

Build tested, but only kcm_desktoptheme runtime tested.

CC @davidre

Merge request reports