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

Method recentFileActionTriggered

src/RecentFilesListMenuBuilder.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void RecentFilesListMenuBuilder::recentFileActionTriggered()
51{
52 qInfo(Q_FUNC_INFO);
53
54 const QAction *action = qobject_cast<const QAction *>(sender());
55 emit fileOpenRequest(action->data().toString());
56}

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected