Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
Description
This class is missing the move ctor and it's not using QT_MOVE.. macros for the move-assignment operator. It's also using QSDP instead of QESDP, which is preferred these days.
Acceptance Criteria:
- Port from QSharedDataPointer to QExpliciitlySharedDataPointer
- Use QT_DECLARE_QESDP_SPECIALIZATION_DTOR to add an =default'ed move ctor
Attachments
Issue Links
- clones
-
QTBUG-124644 QContiguousCache: missing move constructor
- Reported