Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71036 Qt Core Changes in Qt 6
  3. QTBUG-75668

metatype: support compile-time resolution of type-information

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • 6.0.0, 6.0
    • Core: Object Model
    • None
    • All

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            shausman Simon Hausmann
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes