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

Method toTwoLetter

libqnapi/src/subtitlelanguage.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35QString SubtitleLanguage::toTwoLetter() {
36 if (idx > -1) {
37 return codes2l.at(idx);
38 }
39 return "";
40}
41
42QString SubtitleLanguage::toTriLetter() {
43 if (idx > -1) {

Callers 7

npLangWrapperMethod · 0.80
analyzeMethod · 0.80
foreachFunction · 0.80
printHelpLanguagesMethod · 0.80
mainFunction · 0.80
foreachFunction · 0.80
readConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected