MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / showUploaderError

Method showUploaderError

lightscreenwindow.cpp:667–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667void LightscreenWindow::showUploaderError(const QString &error)
668{
669 mLastMessage = -1;
670 updateStatus();
671
672 if (mTrayIcon && !error.isEmpty() && settings()->value("options/message").toBool()) {
673 mTrayIcon->showMessage(tr("Upload error"), error);
674 }
675
676 notify(Screenshot::Failure);
677}
678
679void LightscreenWindow::showUploaderMessage(const QString &fileName, const QString &url)
680{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected