[Kde-bindings] KDE/kdebindings/csharp/qyoto

Richard Dale Richard_Dale at tipitina.demon.co.uk
Thu Apr 26 21:22:12 UTC 2007


SVN commit 658365 by rdale:

* The classes which need to have interfaces, such as QUrl because they
  are used with multiple inheritance in C++, were always being defined
  as interface types in method arguments. This isn't needed, so change
  arg types from 'IQUrl' etc to 'QUrl' etc.

CCMAIL: kde-bindings at kde.org



 M  +7 -0      ChangeLog  
 M  +14 -14    core/QUrl.cs  
 M  +4 -4      core/QVariant.cs  
 M  +4 -4      core/Qt.cs  
 M  +1 -4      gui/QAccessibleApplication.cs  
 M  +1 -2      gui/QAccessibleInterface.cs  
 M  +1 -4      gui/QAccessibleWidget.cs  
 M  +1 -4      gui/QAccessibleWidgetEx.cs  
 M  +8 -8      gui/QBoxLayout.cs  
 M  +2 -2      gui/QDesktopServices.cs  
 M  +14 -14    gui/QGridLayout.cs  
 M  +5 -5      gui/QLayout.cs  
 M  +2 -2      gui/QPolygon.cs  
 M  +2 -2      gui/QPolygonF.cs  
 M  +6 -6      gui/QStackedLayout.cs  
 M  +10 -10    gui/QTextBrowser.cs  
 M  +6 -6      gui/QTextDocument.cs  
 M  +2 -2      gui/QTextEdit.cs  
 M  +2 -2      network/QUrlInfo.cs  
 M  +1 -0      qdbus/QDBusArgument.cs  
 M  +4 -4      sql/QSqlDatabase.cs  
 M  +2 -2      sql/QSqlQuery.cs  
 M  +4 -4      sql/QSqlQueryModel.cs  
 M  +2 -2      sql/QSqlTableModel.cs  
 M  +2 -4      xml/QXmlDefaultHandler.cs  
 M  +1 -3      xml/QXmlEntityResolver.cs  
 M  +10 -10    xml/QXmlReader.cs  
 M  +20 -20    xml/QXmlSimpleReader.cs  





More information about the Kde-bindings mailing list