Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.2.4, 6.3.1, 6.4
-
None
-
-
9e25d24b3 (dev), 391fab408 (6.5), 70e6e47fc (6.4)
Description
I get this warning from qmllint for 6.2, 6.3 and 6.4 (hovered is a HoverHandler)
Warning: ldraw/PartRenderer.qml:242:57: Type "QQuickHandlerPoint" of property "point" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. onTriggered: requestToolTip(hovered.point.scenePosition)
Looking at src/quick/handlers/qquickhandlerpoint_p.h I see that there is no QML_ELEMENT macro in the class.
Attachments
Issue Links
- relates to
-
QTBUG-104761 acceptedButtons in DragHandler is apparently ignored
- Reported