-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6
-
None
-
14c5f4a1f (dev), d741ef570 (6.6)
import QtQuick import QtQuick.Controls ApplicationWindow { id: window width: 640 height: 480 visible: true MonthGrid { delegate: Text { horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter opacity: month === month ? 1 : 0 text: day font: control.font required property int day required property int month } } }
qrc:/main.qml:1886381216: ReferenceError: control is not defined
| For Gerrit Dashboard: QTBUG-114483 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 487470,2 | JIT: STORE_IP() before lookups | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 487575,2 | JIT: STORE_IP() before lookups | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |