• e8eb7d14594e06516d877eabdb0ee9451a0c1d69

      While using qmlsc is fun and greatly helps finding errors prior "using" a specifc view, it is frustrating to walk thru endless repeating warnings that you can't (or sometimes don't want to) fix.

      Like for usual compilers or linters, it should be possible to mute these warnings at least on a line level.

      For example:

       

      Item {
          visible: Qt.platform.os == "android" || Qt.platform.os == "ios" //qmlsc: no-can-be-shadowed
      }
      

       

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

            qtqmlteam Qt Qml Team User
            cajus Cajus Pollmeier
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes