| 72 | } |
| 73 | |
| 74 | QStringList ProjectTargetsComboBox::currentItemPath() const |
| 75 | { |
| 76 | return KDevelop::splitWithEscaping(currentText(), QLatin1Char('/'), QLatin1Char('\\')); |
| 77 | } |
| 78 | |
| 79 | void ProjectTargetsComboBox::setCurrentItemPath(const QStringList& str) |
| 80 | { |
no test coverage detected