anthonyfieroni added inline comments.

INLINE COMMENTS

> pathhelpers_p.h:31
> +{
> +    if (!path1.endsWith(QLatin1Char('/'))) {
> +        return path1 + QLatin1Char('/') + path2;

To be absolutely sure we can add pedantic check

  if (!path1.endsWith('/') && !path2.startsWith('/'))

?

REPOSITORY
  R241 KIO

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

To: anthonyfieroni, #frameworks, dfaure, hein, aacid

Reply via email to