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

Method setCurrentLiveprog

src/interface/LiveprogSelectionWidget.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

updateFromEelEditorMethod · 0.95
MainWindowMethod · 0.80
loadConfigMethod · 0.80

Calls 1

setCurrentFileMethod · 0.80

Tested by

no test coverage detected