MCPcopy Create free account
hub / github.com/KDE/kdevelop / appendActions

Function appendActions

plugins/vcschangesview/vcschangesview.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58static void appendActions(QMenu* menu, const QList<QAction*>& actions)
59{
60 menu->addSeparator();
61 menu->addActions(actions);
62}
63
64void VcsChangesView::popupContextMenu( const QPoint &pos )
65{

Callers 2

popupContextMenuMethod · 0.85
contextMenuEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected