MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / onThemeSelected

Method onThemeSelected

src/interface/fragment/SettingsFragment.cpp:377–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377void SettingsFragment::onThemeSelected(int index)
378{
379 if (_lockslot)
380 {
381 return;
382 }
383
384 AppConfig::instance().set(AppConfig::Theme, ui->themeSelect->itemText(index).toUtf8().constData());
385}
386
387void SettingsFragment::onPaletteSelected(int index)
388{

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected