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 kde.org
CCMAIL: nathan 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-> eq 'TextEvent' and
$name eq 'data')
|| ($classNode-> eq 'KConfigGroup' and
$name eq 'groupImpl')
|| ($classNode-> eq 'KConfigGroup' and
$name eq 'setReadDefaults')
_______________________________________________
Kde-bindings mailing list
Kde-bindings kde.org
ht
tps://mail.kde.org/mailman/listinfo/kde-bindings
|