diff --git a/src/util/externalcommandhelper.cpp b/src/util/externalcommandhelper.cpp index 61f0212..29b3918 100644 --- a/src/util/externalcommandhelper.cpp +++ b/src/util/externalcommandhelper.cpp @@ -288,10 +288,8 @@ void ExternalCommandHelper::exit(const QByteArray& signature) m_loop.exit(); - if (QDBusConnection::systemBus().unregisterService(QStringLiteral("org.kde.kpmcore.helperinterface"))) - qDebug() << "org.kde.kpmcore.helperinterface unregistered"; - QDBusConnection::systemBus().unregisterObject(QStringLiteral("/Helper")); + QDBusConnection::systemBus().unregisterService(QStringLiteral("org.kde.kpmcore.helperinterface")); } void ExternalCommandHelper::onReadOutput()