MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / GetIconPath

Function GetIconPath

DSView/pv/config/appconfig.cpp:453–460  ·  view source on GitHub ↗

-------------api

Source from the content-addressed store, hash-verified

451
452//-------------api
453QString GetIconPath()
454{
455 QString style = AppConfig::Instance().frameOptions.style;
456 if (style == ""){
457 style = THEME_STYLE_DARK;
458 }
459 return ":/icons/" + style;
460}
461
462QString GetAppDataDir()
463{

Callers 15

set_deviceMethod · 0.85
on_mode_changeMethod · 0.85
reStyleMethod · 0.85
reStyleMethod · 0.85
showMaxRestoreMethod · 0.85
setRestoreButtonMethod · 0.85
reStyleMethod · 0.85
reStyleMethod · 0.85
reloadMethod · 0.85
on_collect_modeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected