MCPcopy Create free account
hub / github.com/MultiMC/Launcher / showFatalErrorMessage

Method showFatalErrorMessage

launcher/Application.cpp:1111–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111void Application::showFatalErrorMessage(const QString& title, const QString& content)
1112{
1113 m_status = Application::Failed;
1114 auto dialog = CustomMessageBox::selectable(nullptr, title, content, QMessageBox::Critical);
1115 dialog->exec();
1116}
1117
1118Application::~Application()
1119{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected