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

Method SubtitleLanguage

libqnapi/src/subtitlelanguage.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include "subtitlelanguage.h"
16
17SubtitleLanguage::SubtitleLanguage(QString source) {
18 fill_tables();
19
20 setLanguage(source);
21}
22
23void SubtitleLanguage::setLanguage(QString source) {
24 idx = -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected