MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleSystemdServiceError

Method handleSystemdServiceError

plasmoid/lib/syncthingapplet.cpp:663–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void SyncthingApplet::handleSystemdServiceError(const QString &context, const QString &name, const QString &message)
664{
665 handleInternalError(tr("D-Bus error - unable to ") % context % QChar('\n') % name % QChar(':') % message, SyncthingErrorCategory::SpecificRequest,
666 QNetworkReply::NoError, QNetworkRequest(), QByteArray());
667}
668
669void Plasmoid::SyncthingApplet::handleImageProviderDestroyed()
670{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected