MCPcopy Create free account
hub / github.com/MultiMC/Launcher / systemIconSearchPaths

Function systemIconSearchPaths

libraries/iconfix/internal/qiconloader.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static inline QStringList systemIconSearchPaths()
74{
75 auto paths = QIcon::themeSearchPaths();
76 paths.push_front(":/icons");
77 return paths;
78}
79
80void QIconLoader::ensureInitialized()
81{

Callers 2

themeSearchPathsMethod · 0.85
QIconThemeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected