| 223 | } |
| 224 | |
| 225 | void ProjectItemLineEdit::setItemPath(const QStringList& list) |
| 226 | { |
| 227 | Q_D(ProjectItemLineEdit); |
| 228 | |
| 229 | setText(KDevelop::joinWithEscaping(removeProjectBasePath(list, d->base), sep, escape)); |
| 230 | } |
| 231 | |
| 232 | QStringList ProjectItemLineEdit::itemPath() const |
| 233 | { |
nothing calls this directly
no test coverage detected