Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
-
None
Description
The current meta-type system has a central registry that stores a mapping from type name to the data structure with function pointers that allows operating on types (construction, copy, delete, etc.). The type id in the API is an integer.
The type id should be changed to be a pointer to a data structure that contains all relevant information as well as a pointer to a function that allows performing the usual operations.
Attachments
Issue Links
- is required for
-
QTBUG-73675 Streamline QML for better toolability and performance
- Open
-
QTBUG-75670 moc: use new meta-type id system in meta-objects
- Closed