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

Method launchers

kdevplatform/interfaces/launchconfigurationtype.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QList<ILauncher*> LaunchConfigurationType::launchers() const
50{
51 Q_D(const LaunchConfigurationType);
52
53 return d->starters;
54}
55
56ILauncher* LaunchConfigurationType::launcherForId(const QString& id) const
57{

Callers 10

createEmptyLauncherMethod · 0.80
selectionChangedMethod · 0.80
createConfigurationMethod · 0.80
createEditorMethod · 0.80
launcherForModeMethod · 0.80
launchAsMethod · 0.80
contextMenuExtensionMethod · 0.80
mainFunction · 0.80
createTestJobFunction · 0.80

Calls

no outgoing calls

Tested by 1

createTestJobFunction · 0.64