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

BorderImage produces warning

    XMLWordPrintable

Details

    • c5f58f40e (dev), 50f73c61b (6.6)

    Description

      In current dev, reproduce by e.g.

      qml tests/baseline/scenegraph/data/borderimages/borderimage.qml

      produces warning

       

      QQmlPropertyCache::handleOverride() [284]: Final member sourceSize is overridden in class QQuickBorderImage. The override won't be used.
      

      It seems QQuickBorderImage has redeclared sourceSize to make it read-only, and that is interpreted as an override of the declaration in QQuickImageBase. Both places were recently marked as FINAL:
      https://codereview.qt-project.org/c/qt/qtdeclarative/+/480201

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            vgt Eirik Aavitsland
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes