| 299 | } |
| 300 | |
| 301 | QString ThemeRepository::themeFilePath(const QString &themeName) const |
| 302 | { |
| 303 | Q_D(const ThemeRepository); |
| 304 | |
| 305 | return d->themeDirectoryPath + "/" + themeName + ".json"; |
| 306 | } |
| 307 | |
| 308 | QString ThemeRepository::generateUntitledThemeName() const |
| 309 | { |
no outgoing calls
no test coverage detected