Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1327

Wrong code generated for a class that derives from a typedefined type

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.15.1
    • None
    • Shiboken
    • None
    • All
    • 066957b44c83ed3cbadeda756923d1a891ecee72 (pyside/pyside-setup/5.15)

    Description

      Fail to find base class when the base class was defined with typedef.

      Example:

      using TypeDefType = sample::sample;

      class LIBSAMPLE_API TypeDefClass : public TypeDefType

      { public: TypeDefClass(); ~TypeDefClass(); }

      ;

       

      Unit test attached. 

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            renatofilho renato araujo oliveira filho
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes