Removed unsupported qtint*/qtuint*/qreal types

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/30/head
Michele Calgaro 7 months ago
parent fb381f824c
commit 16f08cde00
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -82,10 +82,7 @@ BEGIN
'TQ_UINT64' => '$',
'TQ_INT64' => '$',
'TQ_LLONG' => '$',
'tquint64' => '$',
'qint64' => '$',
'long long' => '$',
'qulonglong' => '$',
);
# Yes some of this is in kalyptusDataDict's ctypemap
@ -147,21 +144,13 @@ BEGIN
'TQStyle::SCFlags' => 'int',
'TQStyle::SFlags' => 'int',
'TQ_INT16' => 'short',
'qint16' => 'short',
'TQ_INT32' => 'int',
'qint32' => 'int',
'qint32&' => 'int&',
'TQ_INT8' => 'char',
'qint8' => 'char',
'TQ_LONG' => 'long',
'TQ_UINT16' => 'ushort',
'tquint16' => 'ushort',
'TQ_UINT32' => 'uint',
'tquint32' => 'uint',
'TQ_UINT8' => 'uchar',
'tquint8' => 'uchar',
'TQ_ULONG' => 'long',
'qreal' => 'double',
'pid_t' => 'int',
'size_t' => 'int',
'pid_t' => 'int',

@ -75,10 +75,7 @@ BEGIN
'TQ_UINT64' => '$',
'TQ_INT64' => '$',
'TQ_LLONG' => '$',
'tquint64' => '$',
'qint64' => '$',
'long long' => '$',
'qulonglong' => '$',
);
# Yes some of this is in kalyptusDataDict's ctypemap
@ -141,21 +138,13 @@ BEGIN
'TQStyle::SCFlags' => 'int',
'TQStyle::SFlags' => 'int',
'TQ_INT16' => 'short',
'qint16' => 'short',
'TQ_INT32' => 'int',
'qint32' => 'int',
'qint32&' => 'int&',
'TQ_INT8' => 'char',
'qint8' => 'char',
'TQ_LONG' => 'long',
'TQ_UINT16' => 'ushort',
'tquint16' => 'ushort',
'TQ_UINT32' => 'uint',
'tquint32' => 'uint',
'TQ_UINT8' => 'uchar',
'tquint8' => 'uchar',
'TQ_ULONG' => 'long',
'qreal' => 'double',
'pid_t' => 'int',
'size_t' => 'int',
'pid_t' => 'int',

Loading…
Cancel
Save