D16620: add const to TypeInfo compare operater

Kai Uwe Broulik noreply at phabricator.kde.org
Fri Nov 2 20:57:41 GMT 2018


broulik added inline comments.

INLINE COMMENTS

> typeinfo.h:41
>      TypeInfo& operator=(const TypeInfo& rhs);
> -    bool operator==(const TypeInfo& rhs);
> +    bool operator==(const TypeInfo& rhs) const;
>  

This method is exported so you cannot change cv qualifiers

REPOSITORY
  R286 KFileMetaData

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

To: astippich, #frameworks, bruns
Cc: broulik, kde-frameworks-devel, #baloo, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20181102/23ee33e7/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list