You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/concepts/nested_objects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Rust Qt objects can be nested as properties or parameters of each other.
11
11
12
12
A nested object is referred to by using a pointer to its QObject representation.
13
13
14
-
First define a type with an extern block for your bridge, this should point to the `qobject::T` of the QObject and the `cxx_name` should match the QObject name.
14
+
First define a type within an extern block for your bridge as normal.
0 commit comments