| 87 | } |
| 88 | |
| 89 | QUrl JobGlobalParameters::defaultExecutablePath() |
| 90 | { |
| 91 | return QUrl::fromLocalFile(QStandardPaths::findExecutable(QStringLiteral("clazy-standalone"))); |
| 92 | } |
| 93 | |
| 94 | QUrl JobGlobalParameters::defaultDocsPath() |
| 95 | { |
nothing calls this directly
no test coverage detected