Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QNapi/qnapi
/ fromFailed
Method
fromFailed
libqnapi/src/subtitleinfo.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
SubtitleInfo SubtitleInfo::fromFailed(const QString& fileName) {
29
return SubtitleInfo(
""
,
""
,
""
, QFileInfo(fileName).completeBaseName(),
""
,
30
""
, SUBTITLE_NONE);
31
}
Callers
nothing calls this directly
Calls
1
SubtitleInfo
Class · 0.85
Tested by
no test coverage detected