cfeck added inline comments.

INLINE COMMENTS

> filecopyjob.cpp:519
> +        KJob *job = KIO::copy_xattr(d->m_src, d->m_dest);
> +        job->exec();
>          if (d->m_move) {

This waits (i.e. spawns a separate event loop) until the job is finished. 
Should use a subjob.

REPOSITORY
  R241 KIO

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

To: cochise, dfaure
Cc: cfeck, bruns, phidrho, dhaumann, funkybomber, abika, pino, davidedmundson, 
ngraham, atha.kane, spoorun, nicolasfella, kde-frameworks-devel, michaelh

Reply via email to