MCPcopy Create free account
hub / github.com/YACReader/yacreader / setTheme

Method setTheme

common/themes/theme_manager.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

OptionsDialogMethod · 0.80
createAppearanceTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected