[Kde-bindings] KDE/kdebindings/kalyptus
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Fri Dec 14 10:15:14 UTC 2007
SVN commit 748384 by rdale:
* Don't include qHash() methods in the smoke lib as it causes problems building with
the Qwt library. Fixes problem reported by Nathan Aubrey and others
CCMAIL: kde-bindings at kde.org
CCMAIL: nathan at paysonlinux.org
M +3 -1 kalyptusCxxToSmoke.pm
--- trunk/KDE/kdebindings/kalyptus/kalyptusCxxToSmoke.pm #748383:748384
@@ -267,7 +267,7 @@
|| $className eq 'KDateTime::Spec'
|| $className eq 'KDE'
|| $className eq 'KDEDModule'
- || $className eq 'KDialogButtonBox'
+# || $className eq 'KDialogButtonBox'
|| $className eq 'KDirOperator'
|| $className eq 'KDirSelectDialog'
|| $className eq 'KEditListBox::CustomEditor'
@@ -443,6 +443,8 @@
|| $name eq 'qWarning'
|| $name eq 'qCritical'
|| $name eq 'qDebug'
+ # qHash() gives problems with building the Qwt lib
+ || $name eq 'qHash'
|| ($classNode->{astNodeName} eq 'TextEvent' and $name eq 'data')
|| ($classNode->{astNodeName} eq 'KConfigGroup' and $name eq 'groupImpl')
|| ($classNode->{astNodeName} eq 'KConfigGroup' and $name eq 'setReadDefaults')
More information about the Kde-bindings
mailing list