D28585: Make implicitly shared types movable

Kevin Ottens noreply at phabricator.kde.org
Sun Apr 5 14:42:38 BST 2020


ervin added a comment.


  Couple of style fixes missing, sorry to be picky here :-)

INLINE COMMENTS

> daverror.cpp:44
>  Error& Error::operator=(const Error&) = default;
> +Error& Error::operator=(Error&&) = default;
>  

Missed style issue here

> davurl.cpp:38
>  DavUrl& DavUrl::operator=(const DavUrl&) = default;
> +DavUrl& DavUrl::operator=(DavUrl &&) = default;
>  

Missed this one

REPOSITORY
  R490 KDAV Library

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

To: vkrause, ervin
Cc: kde-pim, fbampaloukas, dcaliste, dvasin, rodsevich, winterz, vkrause, mlaurent, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20200405/925abf49/attachment-0001.html>


More information about the kde-pim mailing list