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

Method launchConfigurationsInternal

kdevplatform/shell/runcontroller.cpp:792–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792QList<LaunchConfiguration*> RunController::launchConfigurationsInternal() const
793{
794 Q_D(const RunController);
795
796 return d->launchConfigurations;
797}
798
799QList<LaunchConfigurationType*> RunController::launchConfigurationTypes() const
800{

Callers 2

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected