Searched defs:strLangId (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp286 void UIGlobalSettingsLanguage::reload(const QString &strLangId) argument
329 QList<QTreeWidgetItem*> itemsList = m_pLanguageTree->findItems(strLangId, Qt::MatchExactly, 1);
334 pItem = new UILanguageItem(m_pLanguageTree, strLangId);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.cpp430 void UIMessageCenter::cannotFindLanguage(const QString &strLangId, const QString &strNlsPath) const argument
437 .arg(strLangId).arg(strNlsPath));

Completed in 1487 milliseconds