Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
QDir FileSelectionWidget::currentDirectory() const
40
{
41
return QDir(ui->path->text());
42
}
43
44
void FileSelectionWidget::clearCurrentFile()
45
{
Callers
nothing calls this directly
Calls
1
text
Method · 0.80
Tested by
no test coverage detected