MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / onAppConfigUpdated

Method onAppConfigUpdated

src/MainWindow.cpp:492–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void MainWindow::onAppConfigUpdated(const AppConfig::Key &key, const QVariant &value)
493{
494 switch(key)
495 {
496 case AppConfig::EqualizerShowHandles:
497 ui->eq_widget->setAlwaysDrawHandles(value.toBool());
498 ui->comp_response->setAlwaysDrawHandles(value.toBool());
499 break;
500 case AppConfig::TrayIconEnabled:
501 _trayIcon->setTrayVisible(value.toBool());
502 break;
503 default:
504 break;
505 }
506}
507
508// Fragment handler
509void MainWindow::onFragmentRequested()

Callers

nothing calls this directly

Calls 1

setTrayVisibleMethod · 0.80

Tested by

no test coverage detected