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

qmllint does not warn about duplicated properties and signals

XMLWordPrintable

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

      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.

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes