Ruqola in KDE-review
Albert Astals Cid
aacid at kde.org
Sun Sep 15 22:54:19 BST 2019
El dijous, 12 de setembre de 2019, a les 9:20:45 CEST, laurent Montel va escriure:
> Hi,
> I would like to move ruqola to extragear/network.
> So I asked to sysadmin to move ruqola to kde-review (it was done).
>
> Ben told me that this period will start in 2 weeks.
>
> If you want to review it... :)
class LIBRUQOLACORE_TESTS_EXPORT Emoji
has
Emoji &operator=(const Emoji &other);
but no
Emoji(const Emoji &other);
newer gcc complains about it, also the operator= doesn't copy mCachedHtml is that on purpose? If not i'd suggest to simply mark operator= and the copy contructor as = default.
class LIBRUQOLACORE_TESTS_EXPORT User
also has the same warning, given that the operator= is implemented and not the copy constructor. Same suggestion to just use = default on them.
and a whole lots more of classes seem to have this issue. Can you double check them for me?
http://paste.debian.net/1100950/
Cheers,
Albert
>
> Regards.
>
>
More information about the kde-core-devel
mailing list