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

Method launcherForId

kdevplatform/interfaces/launchconfigurationtype.cpp:56–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56ILauncher* LaunchConfigurationType::launcherForId(const QString& id) const
57{
58 Q_D(const LaunchConfigurationType);
59
60 for (ILauncher* l : std::as_const(d->starters)) {
61 if( l->id() == id ) {
62 return l;
63 }
64 }
65 return nullptr;
66}
67
68}
69

Callers 4

selectionChangedMethod · 0.80
dataMethod · 0.80
executeMethod · 0.80
launchHeaptrackMethod · 0.80

Calls 1

idMethod · 0.45

Tested by

no test coverage detected