| 91 | } |
| 92 | |
| 93 | void LiveprogSelectionWidget::setCurrentLiveprog(const QString &path) |
| 94 | { |
| 95 | _currentLiveprog = path; |
| 96 | ui->files->setCurrentFile(_currentLiveprog); |
| 97 | loadProperties(_currentLiveprog); |
| 98 | } |
| 99 | |
| 100 | void LiveprogSelectionWidget::updateFromEelEditor(QString path) |
| 101 | { |
no test coverage detected