-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.9.1
-
None
For code like this:
import QtQuick 2.0 import QtQuick.Controls 2.15 Rectangle { width: 100 height: 100 color: "red" border.color: "black" border.width: 5 radius: 10 Component.onCompleted: { dlg.aboutToHide.connect(() => { callNotExistsFunction(); }); } Popup { id: dlg } }
qmllint reports nothing about calling of not exists function.
If use method of "Rectangle" qmllint reports about unqualified or if use some object,
about not exists member.
- relates to
-
QTBUG-127624 QML tools stop reporting unqualified access after the first occurrence in a block
-
- Closed
-