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