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

AppMan: IntentModel cannot be compiled

    XMLWordPrintable

Details

    • 965c57a2c (dev), cd0f71e22 (6.6)

    Description

      Code

      import QtQuick
      import QtApplicationManager.SystemUI
      
      Item {
          IntentModel { id: model }
          Component.onCompleted: model.invalidate()
      }
      

       

      qmllint/qmlsc output

      Warning: Main.qml:6:31: Member "invalidate" not found on type "IntentModel" [missing-property]
          Component.onCompleted: model.invalidate()
                                       ^^^^^^^^^^
      Warning: Main.qml:6:31: Could not compile binding for onCompleted: Type IntentModel of  does not have a property invalidate for calling [compiler]
          Component.onCompleted: model.invalidate()
                                       ^^^^^^^^^^
      

      Attachments

        Issue Links

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

          Activity

            People

              rgriebl Robert Griebl
              skoh-qt Sze Howe Koh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes