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

Method executeDefaultLaunch

kdevplatform/shell/runcontroller.cpp:935–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void KDevelop::RunController::executeDefaultLaunch(const QString& runMode)
936{
937 if (auto dl = defaultLaunch()) {
938 execute(runMode, dl);
939 } else {
940 qCWarning(SHELL) << "no default launch!";
941 }
942}
943
944void RunController::setDefaultLaunch(ILaunchConfiguration* l)
945{

Callers

nothing calls this directly

Calls 1

executeFunction · 0.85

Tested by

no test coverage detected