Skip to content

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

Fabian Vogt requested to merge work/fixmatch into master

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

Build tested, but only kcm_keys runtime tested.

CC @davidre

Merge request reports