MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / TranslationManager

Method TranslationManager

src/TranslationManager.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34TranslationManager::TranslationManager(QObject *parent, const QString &path)
35 : QObject(parent), path(path)
36{
37}
38
39QStringList TranslationManager::availableTranslations() const
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected