| 50 | } |
| 51 | |
| 52 | bool buildDirGroupExists( KDevelop::IProject* project, int buildDirIndex ) |
| 53 | { |
| 54 | return baseGroup(project).hasGroup(Config::groupNameBuildDir(buildDirIndex)); |
| 55 | } |
| 56 | |
| 57 | QString readBuildDirParameter(KDevelop::IProject* project, const char* key, const QString& aDefault, int buildDirectory) |
| 58 | { |
no test coverage detected