| 412 | } |
| 413 | |
| 414 | void initBuildDirConfig( KDevelop::IProject* project ) |
| 415 | { |
| 416 | int buildDirIndex = currentBuildDirIndex( project ); |
| 417 | if (buildDirCount(project) <= buildDirIndex ) |
| 418 | setBuildDirCount( project, buildDirIndex + 1 ); |
| 419 | } |
| 420 | |
| 421 | int buildDirCount( KDevelop::IProject* project ) |
| 422 | { |
nothing calls this directly
no test coverage detected