Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
-
DaVinci 86, DaVinci 87, DaVinci 88
Description
Sometimes it would be useful to link the same function to multiple places.
For example, when implementing https://codereview.qt-project.org/c/qt/qtbase/+/496718, I wanted to link the new qXXXEndian() overloads both to the <QtEndian> header, and to the QUuid::Id128Bytes union, but that does not work.
When doing
\relates <QtEndian> \relates QUuid::Id128Bytes
only the first command is applied, and the second is silently ignored.
Attachments
Issue Links
- relates to
-
QTBUG-129815 Futher streamline qHash() documentation
-
- Open
-