MCPcopy Create free account
hub / github.com/TheAssassin/AppImageLauncher / displayError

Function displayError

src/shared/shared.cpp:255–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255void displayError(const QString& message) {
256 displayMessageBox(QObject::tr("Error"), message, QMessageBox::Critical);
257}
258
259void displayWarning(const QString& message) {
260 displayMessageBox(QObject::tr("Warning"), message, QMessageBox::Warning);

Callers 5

integrateAppImageFunction · 0.85
getMTimeFunction · 0.85
runAppImageFunction · 0.85
mainFunction · 0.85

Calls 1

displayMessageBoxFunction · 0.85

Tested by

no test coverage detected