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

Unexpected warning generated by repc

    XMLWordPrintable

Details

    Description

      When define QColor as .rep file property, invalid type warning generated during build process:
      "Trying to construct an instance of an invalid type, type id: 4099"
      The same applied to QVector2D.

      Snippet for reproducing the issue:

      // .rep file
      
      #include <QColor>
      class Test
      {
          PROP(QColor myColor="red")
      }; 

       

      Attachments

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

        Activity

          People

            bstottle Brett Stottlemyer
            kitruong Kinh Truong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes