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

Method currentDirectory

src/interface/FileSelectionWidget.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39QDir FileSelectionWidget::currentDirectory() const
40{
41 return QDir(ui->path->text());
42}
43
44void FileSelectionWidget::clearCurrentFile()
45{

Callers

nothing calls this directly

Calls 1

textMethod · 0.80

Tested by

no test coverage detected