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

Method type

kdevplatform/shell/launchconfiguration.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85LaunchConfigurationType* LaunchConfiguration::type() const
86{
87 Q_D(const LaunchConfiguration);
88
89 return d->type;
90}
91
92void LaunchConfiguration::setName(const QString& name)
93{

Callers 15

handleLockedSessionMethod · 0.45
childEventMethod · 0.45
contextMenuExtensionMethod · 0.45
selectionChangedMethod · 0.45
updateNameLabelMethod · 0.45
dataMethod · 0.45
setDataMethod · 0.45
createEditorMethod · 0.45
contextMenuExtensionMethod · 0.45
activeDocumentPathMethod · 0.45
eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected