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

dumpcpp-generated code does not compile if the typelib declares non-dispatchable interfaces

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.3.2
    • ActiveX Support
    • None

    Description

      dumpcpp generates only simple QAxObject subclass for vtable-only interfaces, i.e.

      // stub for vtable-only interface
      class IPropertyPage : public QAxObject {};

      Pointers to these classes might still be returned by other functions, so a template specialization for qMetaTypeConstructHelper needs to be present; however, dumpcpp does not generate that for vtable-only classes.

      Attachments

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

        Activity

          People

            pullatti Prasanth Ullattil
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes