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

Method onResetLiveprogParams

src/interface/LiveprogSelectionWidget.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void LiveprogSelectionWidget::onResetLiveprogParams()
77{
78 if (!_eelParser->loadDefaults())
79 {
80 QMessageBox::warning(this, tr("Error"), tr("Cannot restore defaults.\nNo EEL file is currently loaded."));
81 }
82
83 emit liveprogReloadRequested();
84
85 loadProperties(_eelParser->getPath());
86}
87
88const QString &LiveprogSelectionWidget::currentLiveprog() const
89{

Callers

nothing calls this directly

Calls 2

loadDefaultsMethod · 0.80
getPathMethod · 0.45

Tested by

no test coverage detected