| 54 | } |
| 55 | |
| 56 | bool isKDevelopClientResponse(const QJsonObject& indexObject) |
| 57 | { |
| 58 | return indexObject.value(QLatin1String("reply")).toObject().contains(QLatin1String("client-kdevelop")); |
| 59 | } |
| 60 | |
| 61 | QString queryDirPath(const QString& buildDirectory) |
| 62 | { |
no test coverage detected