MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / ~TranslationManager

Method ~TranslationManager

src/i18n/translationmanager.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37TranslationManager::~TranslationManager() {
38 for (auto& translator : installedTranslators) {
39 delete translator;
40 translator = nullptr;
41 }
42}
43
44QString TranslationManager::getTranslationDir() {
45 // first we need to find the translation directory

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected