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

Method runTool

plugins/compileanalyzercommon/compileanalyzer.cpp:162–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void CompileAnalyzer::runTool(bool allFiles)
163{
164 auto doc = core()->documentController()->activeDocument();
165 if (doc == nullptr) {
166 QMessageBox::critical(nullptr, m_toolName,
167 i18n("No suitable active file, unable to deduce project."));
168 return;
169 }
170
171 runTool(doc->url(), allFiles);
172}
173
174void CompileAnalyzer::runTool(const QUrl& url, bool allFiles)
175{

Callers

nothing calls this directly

Calls 15

activeDocumentMethod · 0.80
documentControllerMethod · 0.80
findProjectForUrlMethod · 0.80
projectControllerMethod · 0.80
buildSystemManagerMethod · 0.80
toLocalFileMethod · 0.80
uiControllerMethod · 0.80
registerJobMethod · 0.80
runControllerMethod · 0.80
urlMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected