Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-27321

dumpccp wrongly use a private qmetatype interface

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.0.0
    • ActiveX Support
    • None

      Dumpcpp tool uses an explicit template specialization to insert own code to meta - type system. The problem is that the code doesn't meet requirements of the QMetaType. It creates not fully functional helper functions that can asserts. Affected functions:

      qMetaTypeDeleteHelper, qMetaTypeCreateHelper, qMetaTypeDestructHelper, qMetaTypeConstructHelper

      or

      class QMetaTypeFunctionHelper (after merge of https://codereview.qt-project.org/#change,35353)

      Related change and discussion: https://codereview.qt-project.org/#change,35360

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

            Unassigned Unassigned
            nierob Nierob
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes