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