Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertlauncher/albert
/ critical
Method
critical
src/util/messagebox.cpp:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void albert::critical(const QString &text, QWidget *parent)
35
{
36
QMessageBox::critical(parent ? parent : mainWindow(),
37
qApp->applicationDisplayName(),
38
text);
39
}
Callers
nothing calls this directly
Calls
1
mainWindow
Function · 0.85
Tested by
no test coverage detected