MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / showFatalErrorMessage

Method showFatalErrorMessage

launcher/Application.cpp:1028–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028void Application::showFatalErrorMessage(const QString& title, const QString& content)
1029{
1030 m_status = Application::Failed;
1031 auto dialog = CustomMessageBox::selectable(nullptr, title, content, QMessageBox::Critical);
1032 dialog->exec();
1033}
1034
1035Application::~Application()
1036{

Callers

nothing calls this directly

Calls 2

selectableFunction · 0.85
execMethod · 0.45

Tested by

no test coverage detected