Remove wrong note about cxx:meta-object
Sun Aug 2 13:24:57 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Remove wrong note about cxx:meta-object
diff -rN -u old-doc/smoke.xml new-doc/smoke.xml
--- old-doc/smoke.xml 2014-10-30 06:54:59.000000000 +0100
+++ new-doc/smoke.xml 2014-10-30 06:54:59.000000000 +0100
@@ -215,19 +215,6 @@
</para>
<caution>
<para>
-An instance may depend on an other one.
-It is a bad idea to do something like this:
-<programlisting language="lisp">
-(defvar *meta* (<genericfunction>cxx:meta-object</genericfunction> (make-instance 'qt:object)))
-</programlisting>
-<code>*meta*</code> references a <classname>qt:meta-class</classname>
-that can become invalid at any time, since the <classname>qt:object</classname> instance can
-be garbage collected, and then the <code>QMetaObject</code> instance is deleted along
-with the <code>QObject</code>.
-</para>
-</caution>
-<caution>
-<para>
Ownership transfer for non QObject instances is mostly unimplemented.
</para>
</caution>