| 419 | } |
| 420 | |
| 421 | int buildDirCount( KDevelop::IProject* project ) |
| 422 | { |
| 423 | return baseGroup(project).readEntry<int>( Config::buildDirCountKey, 0 ); |
| 424 | } |
| 425 | |
| 426 | void setBuildDirCount( KDevelop::IProject* project, int count ) |
| 427 | { |
no test coverage detected