smartins added inline comments.

INLINE COMMENTS

> kdirwatch.cpp:1379
>  
> -    Q_FOREACH (Client *c, e->m_clients) {
> -        if (c->instance == nullptr || c->count == 0) {
> +    for (Client &c : e->m_clients) {
> +        if (c.instance == nullptr || c.count == 0) {

can m_clients be shared ? If yes, htis detaches

REPOSITORY
  R244 KCoreAddons

BRANCH
  master

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: dfaure, aacid, mpyne, mwolff
Cc: smartins, mwolff, #frameworks

Reply via email to