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

Method setLaunchConfiguration

kdevplatform/shell/launchconfigurationdialog.cpp:926–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void LaunchConfigPagesContainer::setLaunchConfiguration( KDevelop::LaunchConfiguration* l )
927{
928 config = l;
929 for (LaunchConfigurationPage* p : std::as_const(pages)) {
930 p->loadFromConfiguration( config->config(), config->project() );
931 }
932}
933
934void LaunchConfigPagesContainer::save()
935{

Callers 1

selectionChangedMethod · 0.80

Calls 3

loadFromConfigurationMethod · 0.45
configMethod · 0.45
projectMethod · 0.45

Tested by

no test coverage detected