D8346: Remove blocking call in KStatusNotifierItem

Xuetian Weng noreply at phabricator.kde.org
Tue Oct 17 17:49:12 UTC 2017


xuetianweng added inline comments.

INLINE COMMENTS

> kstatusnotifieritem.cpp:879
> +    } else {
> +        QDBusMessage call = QDBusMessage::createMethodCall(statusNotifierWatcher->service(), statusNotifierWatcher->path(), QStringLiteral("org.freedesktop.DBus.Properties."), QStringLiteral("Get"));
> +        call.setArguments({statusNotifierWatcher->interface(), QStringLiteral("IsStatusNotifierHostRegistered")});

Do you need the extra dot at the end of "org.freedesktop.DBus.Properties." ?

REPOSITORY
  R289 KNotifications

REVISION DETAIL
  https://phabricator.kde.org/D8346

To: davidedmundson
Cc: xuetianweng, #frameworks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20171017/fa827b23/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list