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

Method setEnabled

kdevplatform/shell/runtimecontroller.cpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 return QStandardPaths::findExecutable(executableName);
42 }
43 void setEnabled(bool /*enabled*/) override {}
44 QByteArray getenv(const QByteArray & varname) const override { return qgetenv(varname.constData()); }
45 KDevelop::Path buildPath() const override { return {}; }
46

Callers 15

setItemMethod · 0.45
setupActionsMethod · 0.45
~RuntimeControllerMethod · 0.45
setCurrentRuntimeMethod · 0.45
resetUiMethod · 0.45
checkoutVcsProjectMethod · 0.45
reevaluateCorrectionMethod · 0.45
updateActionStatesMethod · 0.45
areaChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected