ngraham added inline comments.

INLINE COMMENTS

> global.h:251
>      ERR_OWNER_DIED = KJob::UserDefinedError + 75, ///< Value used between 
> kuiserver and views when the job owner disappears unexpectedly. It should not 
> be emitted by slaves. @since 5.54
> +    ERR_CANNOT_MKDIR_CONTAINING_SLASH = KJob::UserDefinedError + 76, ///< A 
> specific error for the mkdir job failing due to presence of slashes in the 
> directory names. @since 5.55 
>  };

There's a trailing space here

> job_error.cpp:1083
>          break;
> +        
> +    case ERR_CANNOT_MKDIR_CONTAINING_SLASH:

No spaces on line breaks

> job_error.cpp:1088
> +        solutions << i18n("Do not use slashes in file/folder names.");
> +        break;    
>  

Trailing space

> file.cpp:285
>      const QString path(url.toLocalFile());
> +    
> +#ifndef Q_OS_WIN

No spaces on line breaks

REPOSITORY
  R241 KIO

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

To: shubham, ngraham, #vdg, #frameworks, #dolphin
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to