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
-
For Gerrit Dashboard: QTBUG-77094 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
268137,2 | Doc: Fix typos in code snippets | 5.12 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
268210,3 | Doc: fix code snippet | 5.12 | qt/qtdeclarative | Status: MERGED | +2 | 0 |