Details

    • Technical task
    • Resolution: Unresolved
    • P2: Important
    • 6.6
    • QML: Compiler
    • None

    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

        Activity

          People

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

            Dates

              Created:
              Updated: