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

Method showFatalErrorMessage

launcher/Application.cpp:1057–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1055}
1056
1057void Application::showFatalErrorMessage(const QString& title, const QString& content)
1058{
1059 m_status = Application::Failed;
1060 auto dialog = CustomMessageBox::selectable(nullptr, title, content, QMessageBox::Critical);
1061 dialog->exec();
1062}
1063
1064Application::~Application()
1065{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected