Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
5.13.0
-
None
-
1bfa31849d3a23bfdc3b60aec7f645de2e1f81d5 (qt/qtdeclarative/5.12)
Description
The example on the "Defining QML-Specific Types and Attributes" contains two typos:
456c456
< Q_PROPERTY(bool expired READ expired WRITE expired NOTIFY expiredChanged)
—
> Q_PROPERTY(bool expired READ expired WRITE setExpired NOTIFY expiredChanged)
478c477
< static MessageBoard *qmlAttachedProperties(QObject *object)
—
> static MessageBoardAttachedType *qmlAttachedProperties(QObject *object)
Attachments
Issue Links
- is duplicated by
-
QTBUG-55745 Typo in Attached properties documentation
- Closed