Details
-
Technical task
-
Resolution: Done
-
Not Evaluated
-
None
-
c00976974549b6a1a047b2f2c680bcabdd7ccdb8 (qt/qt3d/5.14)
Description
The following have been identified:
- op== should be non-member (friend, if needed), noexcept
- op!= ditto, and inline, calling op==
- consider using QExplicitlySharedDataPointer instead of unique_ptr as d-pointer
- Q_DECLARE_TYPEINFO is missing
- member and free swap() are missing
- move assignment operator missing