MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / showFatalErrorMessage

Method showFatalErrorMessage

launcher/Application.cpp:1268–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1266}
1267
1268void Application::showFatalErrorMessage(const QString& title, const QString& content)
1269{
1270 m_status = Application::Failed;
1271 auto dialog = CustomMessageBox::selectable(nullptr, title, content, QMessageBox::Critical);
1272 dialog->exec();
1273}
1274
1275Application::~Application()
1276{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected