Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
5.7.0
-
None
Description
There's a typo in the documentation on page "Defining QML Types from C++", section "Implementing Attached Objects: An Example"
The code snippet provided has qmlAttachedProperties that is declared to return a pointer to the attaching type. Should be: return a pointer to attached object type. See screenshot
Attachments
Issue Links
- duplicates
-
QTBUG-77094 Typo in "Implementing Attached Objects: An Example"
- Closed