Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.0
-
None
-
5ba55edaf (dev), 51f233314 (6.8)
Description
This simple example won't pass qmllint:
import QtQuick import QtQuick.Controls Window { width: 640 height: 480 visible: true title: qsTr("Hello World") Label { anchors.centerIn: Overlay.overlay } }
output:
Warning: /.../Main.qml:11:31: Member "overlay" not found on type "QQuickOverlay" [missing-property] anchors.centerIn: Overlay.overlay ^^^^^^^
This works in 6.7.
Attachments
For Gerrit Dashboard: QTBUG-129799 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
596460,4 | QuickControls.Basic: Add missing dependency entry | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
596727,2 | QuickControls.Basic: Add missing dependency entry | 6.8 | qt/qtdeclarative | Status: MERGED | +2 | 0 |