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

Method actions

kdevplatform/interfaces/contextmenuextension.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68QList<QAction*> ContextMenuExtension::actions( const QString& group ) const
69{
70 Q_D(const ContextMenuExtension);
71
72 return d->extensions.value( group, QList<QAction*>() );
73}
74
75void ContextMenuExtension::addAction( const QString& group, QAction* action )
76{

Callers 1

populateMenuWithGroupFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected