broulik added inline comments. INLINE COMMENTS
> kauthorized.cpp:252 > QStringList result; > - for (QStringList::ConstIterator it = menuIds.begin(); > - it != menuIds.end(); ++it) { > - if (cg.readEntry(*it, true)) { > - result.append(*it); > + for (const QString id : menuIds) { > + if (cg.readEntry(id, true)) { `const QString &` REPOSITORY R237 KConfig REVISION DETAIL https://phabricator.kde.org/D25756 To: nicolasfella, #frameworks Cc: broulik, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns