| 38 | } |
| 39 | |
| 40 | void ThemeManager::setTheme(const Theme &theme) |
| 41 | { |
| 42 | currentTheme = theme; |
| 43 | emit themeChanged(); |
| 44 | } |
| 45 | |
| 46 | Theme ThemeManager::themeFromId(const QString &id, ThemeVariant fallbackVariant) |
| 47 | { |
no outgoing calls
no test coverage detected