Details
-
Suggestion
-
Resolution: Invalid
-
P3: Somewhat important
-
4.3.2
-
None
Description
QVariant has some public functions for internal use, which are not part of the public API. This makes them unsuitable in customer code since their usage is unsupported:
void *data();
const void *constData() const;
const void *data() const;
It would be nice if these functions were made part of the public API as well, to allow direct access to the variant's data member.
Attachments
Issue Links
- resulted in
-
QTBUG-1193 Add template functions to return references from QVariants
-
- Closed
-