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

Method addLauncher

kdevplatform/interfaces/launchconfigurationtype.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void LaunchConfigurationType::addLauncher( ILauncher* starter )
34{
35 Q_D(LaunchConfigurationType);
36
37 if( !d->starters.contains( starter ) )
38 {
39 d->starters.append( starter );
40 }
41}
42void LaunchConfigurationType::removeLauncher( ILauncher* starter )
43{
44 Q_D(LaunchConfigurationType);

Callers 5

setupExecutePluginMethod · 0.80
ExecutePluginMethod · 0.80
ExecutePlasmoidPluginMethod · 0.80
ExecuteScriptPluginMethod · 0.80
setupExecutePluginMethod · 0.80

Calls 2

containsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected