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

Method themeVariableValue

src/theme/QtAdvancedStylesheet.cpp:880–883  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

878
879//============================================================================
880QString QtAdvancedStylesheet::themeVariableValue(const QString& VariableId) const
881{
882 return d->ThemeVariables.value(VariableId, QString());
883}
884
885
886//============================================================================

Callers 2

parseColorReplaceListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected