##// END OF EJS Templates
removed methods that are already decorated by PythonQt std decorators...
florianlink -
r176:807d62827cd9
parent child
Show More
@@ -1704,6 +1704,12
1704 </conversion-rule>
1704 </conversion-rule>
1705 </modify-argument>
1705 </modify-argument>
1706 </modify-function>
1706 </modify-function>
1707
1708 <!-- These are already decorated in PythonQt Std Decorators, do not generate them! -->
1709 <modify-function signature="parent()const" remove="all"/>
1710 <modify-function signature="setParent(QObject*)" remove="all"/>
1711 <modify-function signature="property(const char*)const" remove="all"/>
1712 <modify-function signature="setProperty(const char*,QVariant)" remove="all"/>
1707 </object-type>
1713 </object-type>
1708
1714
1709 <object-type name="QCoreApplication">
1715 <object-type name="QCoreApplication">
General Comments 0
You need to be logged in to leave comments. Login now