MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / removeFile

Method removeFile

src/RecentFilesListManager.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void RecentFilesListManager::removeFile(const QString &filePath)
43{
44 recentFiles.removeOne(filePath);
45}
46
47void RecentFilesListManager::clear()
48{

Callers 3

initMethod · 0.80
openFileListMethod · 0.80
moveFileToTrashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected