equal
deleted
inserted
replaced
128 |
128 |
129 Note, however, that the pointer tracking feature has limitations on |
129 Note, however, that the pointer tracking feature has limitations on |
130 multiple- or virtual-inheritance (that is, in cases where two different |
130 multiple- or virtual-inheritance (that is, in cases where two different |
131 pointer addresses can refer to the same object). In that case, if a |
131 pointer addresses can refer to the same object). In that case, if a |
132 pointer is cast to a different type and its value changes, |
132 pointer is cast to a different type and its value changes, |
133 QSharedPointer's pointer tracking mechanism mail fail to detect that the |
133 QSharedPointer's pointer tracking mechanism may fail to detect that the |
134 object being tracked is the same. |
134 object being tracked is the same. |
135 |
135 |
136 \omit |
136 \omit |
137 \secton1 QSharedPointer internals |
137 \secton1 QSharedPointer internals |
138 |
138 |