[keyboard] Rename mysterious Config::init() to descriptive name

This commit is contained in:
Adriaan de Groot 2020-10-27 15:48:51 +01:00
parent a940be2bb4
commit 679f613955
3 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ findLayout( const KeyboardLayoutModel* klm, const QString& currentLayout )
}
void
Config::init()
Config::detectCurrentKeyboardLayout()
{
//### Detect current keyboard layout and variant
QString currentLayout;