D6281: Prevent folders from drag and dropping onto themselves in dolphin main view

Elvis Angelaccio noreply at phabricator.kde.org
Mon Nov 6 17:31:00 GMT 2017


elvisangelaccio added a comment.


  Almost there :)

INLINE COMMENTS

> draganddrophelper.cpp:35-37
> +    return std::find_if(urls.begin(), urls.end(), [destUrl](const QUrl& url) {
> +        return url.matches(destUrl, QUrl::StripTrailingSlash);
> +    }) != urls.end();

constBegin()/constEnd()

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

To: emateli, #dolphin, elvisangelaccio, ngraham, rkflx, dfaure
Cc: rkflx, ngraham, elvisangelaccio, dfaure, anthonyfieroni, #konqueror, spoorun, navarromorales, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20171106/69af853c/attachment.htm>


More information about the kfm-devel mailing list