MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / ThemeMode

Method ThemeMode

src/modules/settingsagent.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Theme::ThemeMode SettingsAgent::ThemeMode() const
20{
21 return static_cast<Theme::ThemeMode>(_config["ThemeMode"].toInt());
22}
23
24void SettingsAgent::setThemeMode(Theme::ThemeMode &theme_mode)
25{

Callers 3

MainWindowMethod · 0.80
SettingsPageMethod · 0.80
MouseClickPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected