Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QNapi/qnapi
/ parseColor
Method
parseColor
libqnapi/src/subconvert/subtitleformat.cpp:112–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
QString SubtitleFormat::parseColor(QString colorString) const {
113
return colorString.replace(
'"'
,
""
).replace(
'#'
,
""
).replace(
'$'
,
""
);
114
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected