MCPcopy Create free account
hub / github.com/QNapi/qnapi / toFullName

Method toFullName

libqnapi/src/subtitlelanguage.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QString SubtitleLanguage::toFullName() {
50 if (idx > -1) {
51 return names.at(idx);
52 }
53 return "";
54}
55
56QStringList SubtitleLanguage::listLanguages() { return names; }
57

Callers 1

printHelpLanguagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected