Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
QString SubtitleLanguage::toTriLetter() {
43
if (idx > -1) {
44
return codes3l.at(idx);
45
}
46
return
""
;
47
}
48
49
QString SubtitleLanguage::toFullName() {
50
if (idx > -1) {
Callers
1
lookForSubtitles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected