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

Method clearCurrentFile

src/interface/FileSelectionWidget.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void FileSelectionWidget::clearCurrentFile()
45{
46 _currentFile = std::nullopt;
47 ui->fileview->clearSelection();
48 setContextButtonsAvailable(false);
49}
50
51void FileSelectionWidget::setCurrentFile(const QString& path)
52{

Callers 3

determineVdcSelectionMethod · 0.80
onVdcDatabaseSelectedMethod · 0.80
determineIrsSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected