Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ clear
Method
clear
src/RecentFilesListManager.cpp:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void RecentFilesListManager::clear()
48
{
49
// Clear the file list
50
recentFiles.clear();
51
}
52
53
QString RecentFilesListManager::mostRecentFile() const
54
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected