Details

    • Technical task
    • Resolution: Unresolved
    • P2: Important
    • 6.8
    • QML: Tooling
    • None

    Description

      qmllint does not warn about duplicate names in signals/properties/...

      For example, it does not warn about following code:

      import QtQuick
      
      Item {
          property int helloWorld
          signal helloWorld
          function helloWorld() {}
          Item { id: helloWorld }
      }

      but it should warn that helloWorld cannot be a function, a signal, a property or an id at the same time.

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            sami.shalayel Sami Shalayel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes