MCPcopy Create free account
hub / github.com/KDE/ghostwriter / themeFilePath

Method themeFilePath

src/theme/themerepository.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

deleteThemeMethod · 0.95
saveThemeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected