From kde-commits Fri Apr 30 23:36:27 2004 From: =?utf-8?q?Richard=20J=2E=20Moore?= Date: Fri, 30 Apr 2004 23:36:27 +0000 To: kde-commits Subject: kdebindings/kjsembed Message-Id: <20040430233627.256D89A7F () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108336819725785 CVS commit by rich: - Integrated the constructor bindings into the binding wizard and added a hack that only enables the first method we see with a given name, meaning that only the first version of overloaded methods can be used. This change means that the QComboBox binding is now generated directly from the Qt header file using the wizard. M +1 -1 design.h 1.6 M +60 -6 bindings/qcombobox_imp.cpp 1.5 M +25 -3 bindings/qcombobox_imp.h 1.2 M +13 -8 bindwizard/binding_wizard.js 1.5 M +3 -0 bindwizard/binding_wizard.ui 1.4 M +53 -37 bindwizard/doxygen2imp_cpp.xsl 1.3 M +3 -3 bindwizard/doxygen2imp_h.xsl 1.3