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

Function foreach

ui/mainwindow.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119QStyle *gammarayDefaultStyle()
120{
121 foreach (const QString &styleName,
122 QGuiApplicationPrivate::platform_theme->themeHint(QPlatformTheme::StyleNames).toStringList()) {
123 if (auto style = QStyleFactory::create(styleName)) {
124 return style;
125 }
126 }
127 return nullptr;
128}
129}

Callers 2

toolSelectedMethod · 0.70
initPluginRepositoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected