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

Parameter injection warning no longer printed

    XMLWordPrintable

Details

    Description

      In dev/6.2, we no longer print the warning from resolveQmlContextPropertyLookupGetter, as the context type  for the context has changed from Type_CallContext to Type_QmlContext

       

      To reproduce, run qml on

      import QtQuick
      import QtQuick.Window
      Window {
          width: 640
          height: 480
          visible: true
          MouseArea {
              anchors.fill: parent
              onWheel: console.log(wheel.angleDelta)
          }
      }
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes