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

Details

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

    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

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes