diff options
Diffstat (limited to 'doc/html/using.html')
-rw-r--r-- | doc/html/using.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/using.html b/doc/html/using.html index f58e316..04e7a33 100644 --- a/doc/html/using.html +++ b/doc/html/using.html @@ -321,7 +321,7 @@ argument. It specifies that if the argument is not 0 (i.e. the <tt class="docut instance being constructed has a parent) then ownership of the instance is transferred from Python to C++. It is needed because TQt maintains objects (i.e. instances derived from the <tt class="docutils literal"><span class="pre">TQObject</span></tt> class) in a -hierachy. When an object is destroyed all of its children are also +hierachy. When an object is destroyed all of its tqchildren are also automatically destroyed. It is important, therefore, that the Python garbage collector doesn’t also try and destroy them. This is covered in more detail in <a class="reference internal" href="#ref-object-ownership"><em>Ownership of Objects</em></a>. SIP provides many other |