| 374 | } |
| 375 | |
| 376 | void setProjectRootRelative( KDevelop::IProject* project, const QString& relative) |
| 377 | { |
| 378 | writeProjectBaseParameter( project, Config::Old::projectRootRelativeKey, relative ); |
| 379 | } |
| 380 | |
| 381 | void setCurrentExtraArguments( KDevelop::IProject* project, const QString& string) |
| 382 | { |
nothing calls this directly
no test coverage detected