Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void 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
toString
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected