| 38 | } |
| 39 | |
| 40 | void TestEFIBootData::showError(const QString &message, const QString &details) const |
| 41 | { |
| 42 | qWarning() << QString("ERROR: %0! %1").arg(message, details) << Qt::endl; |
| 43 | } |
| 44 | |
| 45 | void TestEFIBootData::showProgress(size_t step, size_t total, const QString &details) const |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected