Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ mostRecentFile
Method
mostRecentFile
src/RecentFilesListManager.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
QString RecentFilesListManager::mostRecentFile() const
54
{
55
Q_ASSERT(!recentFiles.empty());
56
57
return recentFiles.first();
58
}
59
60
QStringList RecentFilesListManager::fileList() const
61
{
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected