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

Method toTriLetter

libqnapi/src/subtitlelanguage.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42QString SubtitleLanguage::toTriLetter() {
43 if (idx > -1) {
44 return codes3l.at(idx);
45 }
46 return "";
47}
48
49QString SubtitleLanguage::toFullName() {
50 if (idx > -1) {

Callers 1

lookForSubtitlesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected