| 661 | } |
| 662 | |
| 663 | void 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 | |
| 669 | void Plasmoid::SyncthingApplet::handleImageProviderDestroyed() |
| 670 | { |
nothing calls this directly
no outgoing calls
no test coverage detected