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

Method setCurrentDirectory

src/interface/FileSelectionWidget.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void FileSelectionWidget::setCurrentDirectory(const QDir &path)
34{
35 ui->path->setText(path.path());
36 enumerateFiles();
37}
38
39QDir FileSelectionWidget::currentDirectory() const
40{

Callers 4

MainWindowMethod · 0.80
determineVdcSelectionMethod · 0.80
determineIrsSelectionMethod · 0.80

Calls 2

setTextMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected