Details

    • Technical task
    • Resolution: Fixed
    • P2: Important
    • 6.7.0 FF, 6.7
    • QML: Compiler
    • None
    • fc4ee7711 (dev)

    Description

      Code

      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: true
          title: myObj?.objectName ?? "null object"
      
          property QtObject myObj: null
      }
      

       

      Compiler output

      Warning: main.qml:7:19: Could not compile binding for title: Instruction "generate_GetOptionalLookup" not implemented [compiler]
          title: myObj?.objectName ?? "null object"
                        ^^^^^^^^^^
      

      Attachments

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

        Activity

          People

            olivier.decanniere Olivier De Cannière
            skoh-qt Sze Howe Koh
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes