| 237 | } |
| 238 | |
| 239 | bool GitPlugin::hasModifications(const QDir& d) |
| 240 | { |
| 241 | return !emptyOutput(lsFiles(d, QStringList(QStringLiteral("-m")), OutputJob::Silent)); |
| 242 | } |
| 243 | |
| 244 | bool GitPlugin::hasModifications(const QDir& repo, const QUrl& file) |
| 245 | { |
nothing calls this directly
no test coverage detected