Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
592
void KDevelop::RunController::showConfigurationDialog() const
593
{
594
LaunchConfigurationDialog dlg;
595
dlg.exec();
596
}
597
598
LaunchConfiguration* KDevelop::RunController::defaultLaunch() const
599
{
Callers
1
launchHeaptrack
Method · 0.80
Calls
1
exec
Method · 0.80
Tested by
no test coverage detected