| 45 | } |
| 46 | |
| 47 | QString LanguageSelectionWidget::getSelectedLanguageKey() const |
| 48 | { |
| 49 | auto translations = APPLICATION->translations(); |
| 50 | return translations->data(languageView->currentIndex(), Qt::UserRole).toString(); |
| 51 | } |
| 52 | |
| 53 | void LanguageSelectionWidget::retranslate() |
| 54 | { |
no test coverage detected