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

Line number in warning is random and out of bounds

    XMLWordPrintable

Details

    • 14c5f4a1f (dev), d741ef570 (6.6)

    Description

      import QtQuick
      import QtQuick.Controls
      
      ApplicationWindow {
          id: window
          width: 640
          height: 480
          visible: true
      
          MonthGrid {
              delegate: Text {
                  horizontalAlignment: Text.AlignHCenter
                  verticalAlignment: Text.AlignVCenter
                  opacity: month === month ? 1 : 0
                  text: day
                  font: control.font
      
                  required property int day
                  required property int month
              }
          }
      }
      
      qrc:/main.qml:1886381216: ReferenceError: control is not defined
      

      Attachments

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

        Activity

          People

            ulherman Ulf Hermann
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes