[Kde-bindings] KDE/kdebindings/kalyptus
Arno Rehn
kde at arnorehn.de
Sun May 18 11:38:00 UTC 2008
SVN commit 809104 by arnorehn:
* qint64s are now properly recognized as longs.
Thanks to Christoph Spielmann for reporting the bug.
CCMAIL: spielc at gmail.com
CCMAIL: kde-bindings at kde.org
M +3 -0 kalyptusCxxToSmoke.pm
--- trunk/KDE/kdebindings/kalyptus/kalyptusCxxToSmoke.pm #809103:809104
@@ -129,6 +129,9 @@
'Q_INT32' => 'int',
'qint8' => 'char',
'Q_INT8' => 'char',
+ 'qint64' => 'long',
+ 'qint64&' => 'long&',
+ 'qint64*' => 'long*',
'Q_LONG' => 'long',
'qreal' => 'double',
'QRgb' => 'uint',
More information about the Kde-bindings
mailing list