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

qmllint does not warn about duplicated properties and signals

    XMLWordPrintable

Details

    • 162654925e (qt/qtdeclarative/dev) 162654925e (qt/tqtc-qtdeclarative/dev)

    Description

      Consider the following file:

       

       

      import QtQuick
      Item {
       property int i
       property string i
       signal f()
       signal f(a: int)
      }
      

      The engine would complain about the duplicated properties and signals, but qmllint doesn't.

       

      Attachments

        Activity

          People

            semih.yavuz Semih Yavuz
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: