aacid added inline comments.

INLINE COMMENTS

> kded.cpp:622
>      const QStringList dirs = 
> QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, 
> QStringLiteral("kconf_update"), QStandardPaths::LocateDirectory);
> -    for (QStringList::ConstIterator it = dirs.begin();
> -            it != dirs.end();
> -            ++it) {
> -        QString path = *it;
> +    for (const QString dir : dirs) {
> +        QString path = dir;

& for dir

REPOSITORY
  R297 KDED

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

To: nicolasfella, #frameworks
Cc: aacid, apol, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to