MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / replaceColor

Method replaceColor

src/theme/QtAdvancedStylesheet.cpp:688–692  ·  view source on GitHub ↗

============================================================================

Source from the content-addressed store, hash-verified

686
687//============================================================================
688void QtAdvancedStylesheetPrivate::replaceColor(QByteArray& Content,
689 const QString& TemplateColor, const QString& ThemeColor) const
690{
691 Content.replace(TemplateColor.toLatin1(), ThemeColor.toLatin1());
692}
693
694
695//============================================================================

Callers 1

replaceSvgColorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected