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

Method themeSearchPaths

libraries/iconfix/internal/qiconloader.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133QStringList QIconLoader::themeSearchPaths() const
134{
135 if (m_iconDirs.isEmpty())
136 {
137 m_iconDirs = systemIconSearchPaths();
138 }
139 return m_iconDirs;
140}
141
142QIconTheme::QIconTheme(const QString &themeName) : m_valid(false)
143{

Callers

nothing calls this directly

Calls 2

systemIconSearchPathsFunction · 0.85
isEmptyMethod · 0.80

Tested by

no test coverage detected