Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
QString SubtitleLanguage::toTwoLetter() {
36
if (idx > -1) {
37
return codes2l.at(idx);
38
}
39
return
""
;
40
}
41
42
QString SubtitleLanguage::toTriLetter() {
43
if (idx > -1) {
Callers
7
npLangWrapper
Method · 0.80
analyze
Method · 0.80
foreach
Function · 0.80
printHelpLanguages
Method · 0.80
main
Function · 0.80
foreach
Function · 0.80
readConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected