| 40 | } |
| 41 | |
| 42 | QString LanguageSelectionWidget::getSelectedLanguageKey() const |
| 43 | { |
| 44 | auto translations = APPLICATION->translations(); |
| 45 | return translations->data(languageView->currentIndex(), Qt::UserRole).toString(); |
| 46 | } |
| 47 | |
| 48 | void LanguageSelectionWidget::retranslate() |
| 49 | { |
no test coverage detected