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

      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"
                        ^^^^^^^^^^
      

        For Gerrit Dashboard: QTBUG-111283
        # Subject Branch Project Status CR V

            olivier.decanniere Olivier De Cannière
            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