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

Method showError

src/efibooteditorcli.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void EFIBootEditorCLI::showError(const QString &message, const QString &details)
96{
97 QTextStream ts{stderr};
98 ts << tr("ERROR: %0! %1").arg(message, details) << Qt::endl;
99 failed = true;
100}
101
102void EFIBootEditorCLI::showProgress(size_t step, size_t total, const QString &details) const
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected