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

Method defaultExecutablePath

plugins/clazy/jobparameters.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89QUrl JobGlobalParameters::defaultExecutablePath()
90{
91 return QUrl::fromLocalFile(QStandardPaths::findExecutable(QStringLiteral("clazy-standalone")));
92}
93
94QUrl JobGlobalParameters::defaultDocsPath()
95{

Callers

nothing calls this directly

Calls 1

findExecutableFunction · 0.50

Tested by

no test coverage detected