dfaure added inline comments.

INLINE COMMENTS

> dolphinview.cpp:667
>      const QList<QUrl> list = simplifiedSelectedUrls();
> +    KFileItemList itemList;
> +    foreach(QUrl u , list) {

itemList.reserve(list.count());

> dolphinview.cpp:668
> +    KFileItemList itemList;
> +    foreach(QUrl u , list) {
> +        KFileItem i(u);

for (const QUrl &u : list) {

REPOSITORY
  R318 Dolphin

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

To: chinmoyr, elvisangelaccio, #frameworks, #dolphin
Cc: dfaure, #konqueror

Reply via email to