D12520: [PasteJob] Emit KDirNotify on paste

Elvis Angelaccio noreply at phabricator.kde.org
Fri Jun 1 21:09:05 UTC 2018


elvisangelaccio added inline comments.

INLINE COMMENTS

> paste.cpp:125
>      KIO::Job *job = KIO::storedPut(data, url, -1, flags);
> +    QObject::connect(job, &KIO::Job::result, [url](KJob *job) {
> +        if (job->error() == KJob::NoError) {

Missing  `this` as the receiver argument?

REPOSITORY
  R241 KIO

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

To: broulik, #frameworks
Cc: elvisangelaccio, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180601/7f391d8a/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list