diff generator/typesystem_gui.xml @ 64:753b1973273b

CMake: Another fixes for build on Windows
author SokoL_SD
date Tue, 19 May 2009 17:23:00 +0000
parents 3cb15c92ac28
children 9071511f7a5b
line wrap: on
line diff
--- a/generator/typesystem_gui.xml	Tue May 19 16:41:28 2009 +0000
+++ b/generator/typesystem_gui.xml	Tue May 19 17:23:00 2009 +0000
@@ -4837,7 +4837,7 @@
 
   <object-type name="QInputDialog">
     <modify-function signature="open(QObject *, const char *)" remove="all"/> <!-- # TODO -->
-
+<!--
     <modify-function signature="getDouble(QWidget *, const QString &amp;, const QString &amp;, double, double, double, int, bool *, QFlags&lt;Qt::WindowType&gt;)">
         <rename to="getDouble_private"/>
         <access modifier="private"/>
@@ -4861,10 +4861,10 @@
         <rename to="getText_private"/>
         <access modifier="private"/>
     </modify-function>
-
     <inject-code>
         <import-file name="typesystem_gui-java.java" quote-after-line="class QInputDialog___" quote-before-line="}// class"/>
     </inject-code>
+-->
     </object-type>