dfaure added inline comments.

INLINE COMMENTS

> kfileplacesview.cpp:1146
> +
> +    const int totlaItemsHeight = (fm.height() / 2) * rowCount;
> +    const int totoalSectionsHeight = delegate->sectionHeaderHeight() * 
> sectionsCount();

typo (total)

> kfileplacesview.cpp:1147
> +    const int totlaItemsHeight = (fm.height() / 2) * rowCount;
> +    const int totoalSectionsHeight = delegate->sectionHeaderHeight() * 
> sectionsCount();
> +    const int maxHeight = ((q->height() - totoalSectionsHeight - 
> totlaItemsHeight) / rowCount) - 1;

different typo (total) ;-)

REPOSITORY
  R241 KIO

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

To: renatoo, #frameworks, dfaure, ervin, #vdg
Cc: markg, ngraham, mlaurent, ervin, anthonyfieroni, cfeck, #frameworks

Reply via email to