| 45 | } |
| 46 | |
| 47 | KConfigGroup buildDirGroup( KDevelop::IProject* project, int buildDirIndex ) |
| 48 | { |
| 49 | return baseGroup(project).group(Config::groupNameBuildDir(buildDirIndex)); |
| 50 | } |
| 51 | |
| 52 | bool buildDirGroupExists( KDevelop::IProject* project, int buildDirIndex ) |
| 53 | { |
no test coverage detected