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

Method path

src/theme/QtAdvancedStylesheet.cpp:1043–1053  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1041
1042//============================================================================
1043QString QtAdvancedStylesheet::path(eLocation Location) const
1044{
1045 switch (Location)
1046 {
1047 case ThemesLocation: return currentStylePath() + "/themes";
1048 case ResourceTemplatesLocation: return currentStylePath() + "/resources";
1049 case FontsLocation: return currentStylePath() + "/fonts";
1050 }
1051
1052 return QString();
1053}
1054
1055
1056//============================================================================

Callers 7

LoadAllPluginsMethod · 0.80
OnClipboardUpdateMethod · 0.80
interceptMethod · 0.80
addFontsMethod · 0.80
parseThemeFileMethod · 0.80
mainFunction · 0.80
LoadAllPluginsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected