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

Method id

kdevplatform/sublime/idealbuttonbarwidget.cpp:473–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473QString IdealButtonBarWidget::id(const IdealToolButton* button) const
474{
475 const auto* const action = knownValidToolViewAction(button->defaultAction());
476 return action->id();
477}
478
479IdealToolButton* IdealButtonBarWidget::button(const QString& id) const
480{

Callers 2

buttonMethod · 0.45
documentSpecifierMethod · 0.45

Calls 1

knownValidToolViewActionFunction · 0.85

Tested by

no test coverage detected