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

Method showError

src/efibooteditor.cpp:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void EFIBootEditor::showError(const QString &message, const QString &details)
457{
458 hideProgressBar();
459 error->setText(message);
460 error->setDetailedText(details);
461 error->show();
462}
463
464template <class Receiver, typename Slot>
465void EFIBootEditor::showConfirmation(const QString &message, const QMessageBox::StandardButtons &buttons, const QMessageBox::StandardButton &confirmation_button, Receiver confirmation_context, Slot confirmation_slot)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected