[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdebindings/kalyptus
From:       Richard Dale <Richard_Dale () tipitina ! demon ! co ! uk>
Date:       2005-11-04 8:35:22
Message-ID: 1131093322.651167.14699.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 477532 by rdale:

* The QTextStream::QTextStream(QString&,int) constructor is obsolete and is now
  skipped. This fixes a problem where QtRuby couldn't resolve which constructor
  to call as there is a similar constructor with a 'QString*' as a first arg too.
  Fixes problem reported by Ian Monroe

CCMAIL: rubyforge@monroe.nu



 M  +4 -0      kalyptusCxxToSmoke.pm  


--- branches/KDE/3.5/kdebindings/kalyptus/kalyptusCxxToSmoke.pm #477531:477532
@@ -591,6 +591,10 @@
 			|| ($name eq 'qInitPngIO' and $main::qt4)
 			|| ($name eq 'virtual_hook')
 			|| ($name eq 'handle')
+
+			# Obsolete
+			|| ($classNode->{astNodeName} eq 'QTextStream' and $name eq 'QTextStream'
+					and @{$m->{ParamList}} == 2 and $m->{ParamList}[0]->{ArgType} eq 'QString&')
 			
 			# Various methods to skip in Qt/E (Qt 2.3.x)
 			|| ($main::qt_embedded
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic