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

Method detectFormat

libqnapi/src/subconvert/subtitleconverter.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 skipConvertAds(skipConvertAds) {}
30
31QString SubtitleConverter::detectFormat(const QString &subtitleFile) const {
32 const QStringList &lines = readFile(subtitleFile, "UTF-8", 15);
33 return detectFormat(lines);
34}
35
36QString SubtitleConverter::detectFormat(
37 const QStringList &subtitleLines) const {

Callers 1

srcSubFileLoadedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected