| 35 | } |
| 36 | |
| 37 | TranslationManager::~TranslationManager() { |
| 38 | for (auto& translator : installedTranslators) { |
| 39 | delete translator; |
| 40 | translator = nullptr; |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | QString TranslationManager::getTranslationDir() { |
| 45 | // first we need to find the translation directory |
nothing calls this directly
no outgoing calls
no test coverage detected