Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void RecentFilesListManager::removeFile(const QString &filePath)
43
{
44
recentFiles.removeOne(filePath);
45
}
46
47
void RecentFilesListManager::clear()
48
{
Callers
3
init
Method · 0.80
openFileList
Method · 0.80
moveFileToTrash
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected