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

Method removeLauncher

kdevplatform/interfaces/launchconfigurationtype.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41}
42void LaunchConfigurationType::removeLauncher( ILauncher* starter )
43{
44 Q_D(LaunchConfigurationType);
45
46 d->starters.removeAll( starter );
47}
48
49QList<ILauncher*> LaunchConfigurationType::launchers() const
50{

Callers 2

setupExecutePluginMethod · 0.80
setupExecutePluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected