From a5ebcd697325e8e6ac9756cc96857d9298d2c114 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 20 Jun 2012 01:09:59 -0500 Subject: Update for recent TQ changes. --- qtsharp/src/api/qt.xml | 116 ++++++++++++++++++------------------- qtsharp/src/generator/TQTypeMap.cs | 16 ++--- 2 files changed, 66 insertions(+), 66 deletions(-) (limited to 'qtsharp') diff --git a/qtsharp/src/api/qt.xml b/qtsharp/src/api/qt.xml index d4f15ae1..e2e84dad 100644 --- a/qtsharp/src/api/qt.xml +++ b/qtsharp/src/api/qt.xml @@ -1127,20 +1127,20 @@ id="0"> - + - + - + - + - + - + - + @@ -4238,14 +4238,14 @@ id="0"> - + - - - + + + @@ -5255,24 +5255,24 @@ id="0"/> - + - + - + - + - + - + - + - + - + @@ -7450,26 +7450,26 @@ id="0"> - + - + - + - + - + @@ -7526,19 +7526,19 @@ id="0"> - + - + - + - + - + - + - + @@ -15206,7 +15206,7 @@ id="0"> - + @@ -15701,7 +15701,7 @@ id="0"> - + @@ -15715,22 +15715,22 @@ id="0"> - - + + - - + + - + - + - + - + - + @@ -15741,8 +15741,8 @@ id="0"> - - + + @@ -15811,34 +15811,34 @@ id="0"> - + - + - - + + - + - + - + - + - + - + - + @@ -15847,8 +15847,8 @@ id="0"> - - + + diff --git a/qtsharp/src/generator/TQTypeMap.cs b/qtsharp/src/generator/TQTypeMap.cs index e0e65f10..8318cca4 100644 --- a/qtsharp/src/generator/TQTypeMap.cs +++ b/qtsharp/src/generator/TQTypeMap.cs @@ -78,15 +78,15 @@ namespace QtCSharp { mastermap.Add ("array_data", "IntPtr"); mastermap.Add ("bitarr_data", "IntPtr"); mastermap.Add ("Offset", "int"); - mastermap.Add ("Q_INT16", "short"); - mastermap.Add ("Q_INT32", "int"); - mastermap.Add ("Q_INT8", "char"); - mastermap.Add ("Q_LONG", "long"); + mastermap.Add ("TQ_INT16", "short"); + mastermap.Add ("TQ_INT32", "int"); + mastermap.Add ("TQ_INT8", "char"); + mastermap.Add ("TQ_LONG", "long"); mastermap.Add ("TQ_PACKED", "uint"); - mastermap.Add ("Q_UINT16", "ushort"); - mastermap.Add ("Q_UINT32", "uint"); - mastermap.Add ("Q_UINT8", "char"); - mastermap.Add ("Q_ULONG", "long"); + mastermap.Add ("TQ_UINT16", "ushort"); + mastermap.Add ("TQ_UINT32", "uint"); + mastermap.Add ("TQ_UINT8", "char"); + mastermap.Add ("TQ_ULONG", "long"); mastermap.Add ("TQStyleHintReturn", "IntPtr"); mastermap.Add ("TQFileInfoList", "IntPtr"); mastermap.Add ("TQDomNodePrivate", "IntPtr"); -- cgit v1.2.1