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

Method RecentFilesListMenuBuilder

src/RecentFilesListMenuBuilder.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <QDir>
25
26RecentFilesListMenuBuilder::RecentFilesListMenuBuilder(RecentFilesListManager *manager) :
27 QObject(manager),
28 manager(manager)
29{
30}
31
32void RecentFilesListMenuBuilder::populateMenu(QMenu *menu)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected