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

QML: Replace "property var" or "property variant" with the strongly-typed equivalent where possible

XMLWordPrintable

      For example, 

      property var numbers: [1, 2, 3]

      should become

      property list<int> numbers: [1, 2, 3]

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

            qtqmlteam Qt Qml Team User
            skoh-qt Sze Howe Koh
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes