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

Method removeLaunchMode

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

Source from the content-addressed store, hash-verified

857}
858
859void KDevelop::RunController::removeLaunchMode(KDevelop::ILaunchMode* mode)
860{
861 Q_D(RunController);
862
863 d->launchModes.remove( mode->id() );
864}
865
866KDevelop::ILaunchMode* KDevelop::RunController::launchModeForId(const QString& id) const
867{

Callers

nothing calls this directly

Calls 2

removeMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected