MCPcopy 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
53QString RecentFilesListManager::mostRecentFile() const
54{
55 Q_ASSERT(!recentFiles.empty());
56
57 return recentFiles.first();
58}
59
60QStringList RecentFilesListManager::fileList() const
61{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected