MCPcopy Create free account
hub / github.com/KDAB/GammaRay / themePath

Function themePath

ui/uiresources.cpp:75–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75QString themePath(UIResources::Theme theme)
76{
77 switch (theme) {
78 case UIResources::Unknown:
79 break;
80 case UIResources::Light:
81 return QStringLiteral(":/gammaray/ui/light");
82 case UIResources::Dark:
83 return QStringLiteral(":/gammaray/ui/dark");
84 }
85
86 return QString();
87}
88
89QString themePath()
90{

Callers 1

themedPathFunction · 0.85

Calls 2

themeFunction · 0.85
QStringClass · 0.50

Tested by

no test coverage detected