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

Method contextMenuActions

kdevplatform/sublime/view.cpp:121–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121QList< QAction* > View::contextMenuActions() const
122{
123 Q_D(const View);
124
125 auto* tooldoc = qobject_cast<ToolDocument*>(document());
126 if( tooldoc )
127 {
128 return tooldoc->factory()->contextMenuActions( d->widget );
129 }
130 return QList<QAction*>();
131}
132
133QString View::viewStatus() const
134{

Callers 1

contextMenuRequestedMethod · 0.45

Calls 1

factoryMethod · 0.45

Tested by

no test coverage detected