Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
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" ^^^^^^^^^^