D13210: [Installation Reminder] Watch for service registration and hide
David Edmundson
noreply at phabricator.kde.org
Wed May 30 09:45:30 UTC 2018
davidedmundson accepted this revision.
davidedmundson added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> browserintegrationreminder.cpp:129
>
> + m_watcher = new QDBusServiceWatcher(s_dbusServiceName, bus, QDBusServiceWatcher::WatchForRegistration, this);
> + connect(m_watcher, &QDBusServiceWatcher::serviceRegistered, this, [this](const QString &service) {
technically best to move this above the check for isServiceRegistered and you avoid the slim race possibility.
REPOSITORY
R856 Plasma Browser Integration
REVISION DETAIL
https://phabricator.kde.org/D13210
To: broulik, #plasma, davidedmundson
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180530/d950d52d/attachment.html>
More information about the Plasma-devel
mailing list