From c645e083901079dd073eca84a0b822d37daf0293 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Thu, 20 Aug 2009 20:54:01 -0300 Subject: Added typedefs to QList and QList. --- typesystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'typesystem.h') 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 PrimitiveTypeEntryList; struct EnumValueRedirection { @@ -1501,6 +1500,7 @@ private: Type m_type; }; +typedef QList ContainerTypeEntryList; class NamespaceTypeEntry : public ComplexTypeEntry { -- cgit v1.2.3