Details
-
Task
-
Resolution: Duplicate
-
P2: Important
-
None
Description
Q_PROPERTY(const QPointingDevice *device READ pointingDevice CONSTANT)
results in the following qmltypes entry:
Property { name: "device" type: "const QPointingDevice" isPointer: true read: "pointingDevice" index: 0 isReadonly: true }
Something is going wrong here.
Attachments
Issue Links
- duplicates
-
QTBUG-108147 qmltypes: add IsConstant for method parameters
- Closed