Details

    • Technical task
    • Resolution: Unresolved
    • P2: Important
    • 6.6
    • QML: Compiler

    Description

      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
      }
      

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: