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

Method onResetRequested

src/MainWindow.cpp:522–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void MainWindow::onResetRequested()
523{
524 QMessageBox::StandardButton reply;
525 reply = QMessageBox::question(this, tr("Reset Configuration"), tr("Are you sure?"),
526 QMessageBox::Yes | QMessageBox::No);
527
528 if (reply == QMessageBox::Yes)
529 {
530 DspConfig::instance().loadDefault();
531 }
532}
533
534void MainWindow::onPassthroughToggled()
535{

Callers

nothing calls this directly

Calls 1

loadDefaultMethod · 0.80

Tested by

no test coverage detected