aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-20 20:54:01 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-20 20:54:01 -0300
commitc645e083901079dd073eca84a0b822d37daf0293 (patch)
treea6027fc660349cbeff1926249193e8a400ae5169 /typesystem.h
parentf54ce8b89fb599dbf0c5bad7adcb58a867e7594f (diff)
Added typedefs to QList<const PrimitiveTypeEntry*> and
QList<const ContainerTypeEntry*>.
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/typesystem.h b/typesystem.h
index f96e60836..936b7056e 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -961,8 +961,7 @@ private:
PrimitiveTypeEntry* m_aliasedTypeEntry;
};
-
-
+typedef QList<const PrimitiveTypeEntry*> PrimitiveTypeEntryList;
struct EnumValueRedirection
{
@@ -1501,6 +1500,7 @@ private:
Type m_type;
};
+typedef QList<const ContainerTypeEntry*> ContainerTypeEntryList;
class NamespaceTypeEntry : public ComplexTypeEntry
{