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

Check required properties for grouped properties too

    XMLWordPrintable

Details

    Description

      import QtQuick
      
      Item {
          component T : Text {
              font {
                  required pixelSize
              }
      
              // parse error
              required font.pixelSize
          }
          T {
              // No warning / error
          }
      } 

      Attachments

        Issue Links

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

          Activity

            People

              qtqmlteam Qt Qml Team User
              olivier.decanniere Olivier De Cannière
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes