Skip to content

Add a synthetic provider for the QVariant class #1

@sdonegan

Description

@sdonegan

Write a synthetic provider for the QVariant class that presents 1 child cast to the correct type for the instantiated QVariant.

The type can be determined from the internal type enum in the QVariant object. The returned child is then the internal data pointer (a union in this case) of the QVariant cast to that type.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions