| 80 | |
| 81 | template <typename Key> |
| 82 | void writeProjectBaseParameter(KDevelop::IProject* project, const Key& key, const QString& value) |
| 83 | { |
| 84 | baseGroup(project).writeEntry(key, value); |
| 85 | } |
| 86 | |
| 87 | void setBuildDirRuntime( KDevelop::IProject* project, const QString& name) |
| 88 | { |
no test coverage detected