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

Qt.uiLanguage is flagged by qmllint with [stale-property-read] warning

XMLWordPrintable

    • 754d3c677 (dev), 9d7a32c43 (6.10)

      Missing Q_OBJECT_BINDABLE_PROPERTY + change signal? https://github.com/qt/qtdeclarative/blob/dev/src/qml/qml/qqmlbuiltinfunctions_p.h#L46

       

      import QtQuick
      
      Window {
          width: 600
          height: 400
          visible: true
          title: Qt.uiLanguage // Reading non-constant and non-notifiable property uiLanguage. Binding might not update when the property changes. [stale-property-read]
      }
      

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

            fabiankosmale Fabian Kosmale
            skoh-qt Sze Howe Koh
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes