Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
-
5
-
Foundation PM Staging
Description
At least these classes have an out-of-line member-swap():
- QFutureInterfaceBase
- QHttp2Configuration (might need the out-of-line swap() d/to SmallData optimization?)
- QJsonDocument
- QJsonValue
Member-swap()'s should be inline.
Acceptance criteria:
- Fix the above-mentioned member-swap()s to be inline (QT_*_INLINE_SINCE)
- Scan all modules for other out-of-line member-swaps and fix those, too.
Attachments
Issue Links
- resulted from
-
QTBUG-129573 Add a qdoc macro for the (member) swap() documentation blurb
- Closed