| 424 | } |
| 425 | |
| 426 | void setBuildDirCount( KDevelop::IProject* project, int count ) |
| 427 | { |
| 428 | writeProjectBaseParameter( project, Config::buildDirCountKey, QString::number(count) ); |
| 429 | } |
| 430 | |
| 431 | void removeBuildDirConfig( KDevelop::IProject* project ) |
| 432 | { |
no test coverage detected