| 32 | |
| 33 | |
| 34 | TranslationManager::TranslationManager(QObject *parent, const QString &path) |
| 35 | : QObject(parent), path(path) |
| 36 | { |
| 37 | } |
| 38 | |
| 39 | QStringList TranslationManager::availableTranslations() const |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected