Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davy7125/polyphone
/ removeFile
Method
removeFile
sources/directory/directorylistview.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void DirectoryListView::removeFile(QString filePath)
60
{
61
_model->removeFile(filePath);
62
emit contentChanged();
63
}
64
65
void DirectoryListView::updateFile(DirectoryFileData * fileData)
66
{
Callers
1
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected