D17816: Support for xattrs on kio copy/move
Christoph Feck
noreply at phabricator.kde.org
Wed Jan 9 06:15:43 GMT 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190109/c9c4b4a5/attachment.html>
More information about the Kde-frameworks-devel
mailing list