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

New property Image::mipmap causing crash in Qt 5.3

    XMLWordPrintable

Details

    • e6bf3d444f3818145d7807ad37b6a0ab9f8d4a47

    Description

      Using the following QML code in Qt Creator 3.1.1, building against Qt 5.3.0 MinGW 32 bit:

      Image {height: 10; width: 10; source: "image.png"; mipmap: true}

      Qt Creator marks the mipmap property (added in 5.3 according to the docs) as an invalid property. When loading the view with the code above, the application crashes and logs the following error in the console:

      ASSERT: "tdata->isComplete()" in file compiler\qqmltypecompiler.cpp, line 731

      Attachments

        For Gerrit Dashboard: QTBUG-39302
        # Subject Branch Project Status CR V

        Activity

          People

            sgaist Samuel Gaist
            robbert.s Robbert
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes