Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
QString SubtitleLanguage::toFullName() {
50
if (idx > -1) {
51
return names.at(idx);
52
}
53
return
""
;
54
}
55
56
QStringList SubtitleLanguage::listLanguages() { return names; }
57
Callers
1
printHelpLanguages
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected