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.