MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / showError

Method showError

src/trayicon.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void TrayIcon::showError(const QString &text)
163{
164 LERROR() << text;
165 setIcon(Icon::Error, Duration::Temporal);
166 tray_->showMessage(tr("Error"), text, QSystemTrayIcon::Warning);
167}
168
169void TrayIcon::showFatalError(const QString &text)
170{

Callers 1

finishTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected