| 534 | } |
| 535 | |
| 536 | ICMakeDocumentation* cmakeDocumentation() |
| 537 | { |
| 538 | return KDevelop::ICore::self()->pluginController()->extensionForPlugin<ICMakeDocumentation>(QStringLiteral("org.kdevelop.ICMakeDocumentation")); |
| 539 | } |
| 540 | |
| 541 | QStringList allBuildDirs(KDevelop::IProject* project) |
| 542 | { |
no test coverage detected