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

Method id

kdevplatform/shell/runcontroller.cpp:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 DebugMode() {}
87 QIcon icon() const override { return QIcon::fromTheme(QStringLiteral("debug-run")); }
88 QString id() const override { return QStringLiteral("debug"); }
89 QString name() const override { return i18nc("launch mode", "Debug"); }
90};
91

Callers 7

launchAsMethod · 0.45
addConfigurationTypeMethod · 0.45
addLaunchModeMethod · 0.45
removeLaunchModeMethod · 0.45
contextMenuExtensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected