diff generator/typesystem_core.xml @ 183:d3f4f14d43a5

fixes with QObjects
author eldar
date Fri, 03 Jul 2009 20:53:07 +0000
parents 39921f499a22
children 7dd099050621
line wrap: on
line diff
--- a/generator/typesystem_core.xml	Fri Jul 03 16:07:26 2009 +0000
+++ b/generator/typesystem_core.xml	Fri Jul 03 20:53:07 2009 +0000
@@ -2391,7 +2391,7 @@
         <modify-argument index="1">
             <reference-count action="ignore"/>
         </modify-argument>
-        <inject-code class="java" position="beginning">
+<!--        <inject-code class="java" position="beginning">
             <argument-map index="1" meta-name="%1"/>
             if (%1 is null &amp;&amp; !__gc_managed) {
                 remove(__gc_ref_list, this);
@@ -2400,7 +2400,7 @@
                 __gc_ref_list ~= this;
                 __gc_managed = false;
             }
-        </inject-code>
+        </inject-code> -->
     </modify-function>
 
     <modify-function signature="deleteLater()">