MCPcopy 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
59void DirectoryListView::removeFile(QString filePath)
60{
61 _model->removeFile(filePath);
62 emit contentChanged();
63}
64
65void DirectoryListView::updateFile(DirectoryFileData * fileData)
66{

Callers 1

initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected