parent
95bdae68f4
commit
0e83586cae
9 changed files with 18 additions and 7 deletions
|
|
@ -81,6 +81,15 @@ int LanguageModel::getCurrentLanguageIndex()
|
|||
}
|
||||
}
|
||||
|
||||
int LanguageModel::getLineHeightAppend()
|
||||
{
|
||||
int langIndex = getCurrentLanguageIndex();
|
||||
switch (langIndex) {
|
||||
case 5: return 10; break; // Burmese
|
||||
default: return 0; break;
|
||||
}
|
||||
}
|
||||
|
||||
QString LanguageModel::getCurrentLanguageName()
|
||||
{
|
||||
return m_availableLanguages[getCurrentLanguageIndex()].name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue