| 402 | } |
| 403 | |
| 404 | void setCurrentBuildDirIndex( KDevelop::IProject* project, int buildDirIndex ) |
| 405 | { |
| 406 | writeProjectBaseParameter( project, Config::buildDirIndexKey(), QString::number (buildDirIndex) ); |
| 407 | } |
| 408 | |
| 409 | void setCurrentEnvironment( KDevelop::IProject* project, const QString& environment ) |
| 410 | { |
no test coverage detected