| 74 | } |
| 75 | |
| 76 | void 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 | |
| 88 | const QString &LiveprogSelectionWidget::currentLiveprog() const |
| 89 | { |
nothing calls this directly
no test coverage detected