MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / showError

Method showError

tests/testefibootdata.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected