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

Method name

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

Source from the content-addressed store, hash-verified

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
92class ProfileMode : public ILaunchMode

Callers 6

launchActionTextMethod · 0.45
launcherNameExistsFunction · 0.45
contextMenuExtensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected