Home
last modified time | relevance | path

Searched refs:bestMatching (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/keyboard/
H A DSetKeyboardLayoutJob.cpp89 int bestMatching = 0; in findLegacyKeymap() local
157 if ( matching >= qMax( bestMatching, 1 ) ) in findLegacyKeymap()
161 if ( matching > bestMatching ) in findLegacyKeymap()
163 bestMatching = matching; in findLegacyKeymap()