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

Method themedFilePath

ui/uiresources.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162QString UIResources::themedFilePath(UIResources::ThemeEntryType type, const QString &filePath, QWidget *widget)
163{
164 return themedFilePath(type, UIResources::theme(), filePath, widget);
165}
166
167QImage UIResources::tintedImage(const QImage &image, const QColor &color)
168{

Callers

nothing calls this directly

Calls 2

themedFilePathFunction · 0.85
themeFunction · 0.85

Tested by

no test coverage detected