Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QNapi/qnapi
/ listLanguageTwoLetterCodes
Method
listLanguageTwoLetterCodes
libqnapi/src/subtitlelanguage.cpp:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
QStringList SubtitleLanguage::listLanguages() { return names; }
57
58
QStringList SubtitleLanguage::listLanguageTwoLetterCodes() { return codes2l; }
59
60
void SubtitleLanguage::fill_tables() {
61
codes2l <<
"sq"
;
Callers
1
readGeneralConfig
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected