summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-09 15:43:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-09 17:01:37 +0900
commite364eb0cf4ef5b5e1b15c7840eec7a9d0e486683 (patch)
treed3b0c5bb4490cbb6b08c41fb0a258a9a56662c23
parent2a71434ffc62f71122b596a28240380f062fb0bf (diff)
downloadlibtqt-perl-e364eb0cf4ef5b5e1b15c7840eec7a9d0e486683.tar.gz
libtqt-perl-e364eb0cf4ef5b5e1b15c7840eec7a9d0e486683.zip
Removed unsupported qtint*/qtuint*/qreal typesr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cc5ed3be542f15f16508ceeb3cf777ffe5d91dc7)
-rw-r--r--kalyptus/kalyptusCxxToKimono.pm11
-rw-r--r--kalyptus/kalyptusCxxToSmoke.pm11
2 files changed, 0 insertions, 22 deletions
diff --git a/kalyptus/kalyptusCxxToKimono.pm b/kalyptus/kalyptusCxxToKimono.pm
index bbc26ba..174bc5f 100644
--- a/kalyptus/kalyptusCxxToKimono.pm
+++ b/kalyptus/kalyptusCxxToKimono.pm
@@ -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',
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm
index 2b47f23..714b8ba 100644
--- a/kalyptus/kalyptusCxxToSmoke.pm
+++ b/kalyptus/kalyptusCxxToSmoke.pm
@@ -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',