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

Method themeChanged

src/visualmainsettings.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49void VisualMainSettings::splashTimeChanged(const QString &x) { editSettings->setSplashTime(x.toInt()); }
50
51void VisualMainSettings::themeChanged(const int x) { editSettings->setCurrentColorThemeIndex(x); }
52
53void VisualMainSettings::whenThemeEdit() {
54 int index = ui->themeComboBox->currentIndex();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected