MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getCurrentColorTheme

Method getCurrentColorTheme

src/base/settings.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141const QList<ColorTheme *> &Settings::getColorThemeList() const { return colorThemeList; }
142
143ColorTheme Settings::getCurrentColorTheme() const { return *colorThemeList[currentColorTheme]; }
144
145auto Settings::getUiLanguage() const -> const QString & { return uiLanguage; }
146

Callers 2

refreshViewerMethod · 0.80
exportHtmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected