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

Method addLaunchMode

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

Source from the content-addressed store, hash-verified

840}
841
842void KDevelop::RunController::addLaunchMode(KDevelop::ILaunchMode* mode)
843{
844 Q_D(RunController);
845
846 if( !d->launchModes.contains( mode->id() ) )
847 {
848 d->launchModes.insert( mode->id(), mode );
849 }
850}
851
852QList< KDevelop::ILaunchMode* > KDevelop::RunController::launchModes() const
853{

Callers

nothing calls this directly

Calls 3

containsMethod · 0.45
idMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected