Details
-
Type:
Technical task
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Fix Version/s: 5.14.0 Alpha
-
Component/s: Qt3D
-
Labels:None
-
Commits: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