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

Method launchConfigurationTypes

kdevplatform/shell/runcontroller.cpp:799–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799QList<LaunchConfigurationType*> RunController::launchConfigurationTypes() const
800{
801 Q_D(const RunController);
802
803 return d->launchConfigurationTypes.values();
804}
805
806void RunController::addConfigurationType( LaunchConfigurationType* type )
807{

Callers 4

createConfigurationMethod · 0.80
createEditorMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected