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

Method showConfigurationDialog

kdevplatform/shell/runcontroller.cpp:592–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590}
591
592void KDevelop::RunController::showConfigurationDialog() const
593{
594 LaunchConfigurationDialog dlg;
595 dlg.exec();
596}
597
598LaunchConfiguration* KDevelop::RunController::defaultLaunch() const
599{

Callers 1

launchHeaptrackMethod · 0.80

Calls 1

execMethod · 0.80

Tested by

no test coverage detected