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

Method showProgress

tests/testefibootdata.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void TestEFIBootData::showProgress(size_t step, size_t total, const QString &details) const
46{
47 if(step >= total)
48 total = step + 1;
49
50 qDebug() << QString("[%0%] (%1/%2) %3").arg(100 * step / total).arg(step).arg(total).arg(details);
51}
52
53void TestEFIBootData::testReload() const
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected