D13034: Add mechanism to notify other clients of config changes over DBus
Vlad Zagorodniy
noreply at phabricator.kde.org
Wed Jun 6 15:23:17 UTC 2018
zzag added inline comments.
INLINE COMMENTS
> kconfigwatcher.cpp:61
> +
> + for(const QString &path: watchedPaths) {
> + QDBusConnection::sessionBus().connect(QString(),
I think you forgot qAsConst. ;-)
for (const QString &path : qAsConst(watchedPaths)) {
REPOSITORY
R237 KConfig
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D13034
To: davidedmundson, broulik
Cc: broulik, zzag, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180606/fa326dcf/attachment.html>
More information about the Kde-frameworks-devel
mailing list