diff generator/typesystem.h @ 298:adae77fdc1ea signals

Native QList implementation is now used throughout QtD
author eldar
date Sun, 06 Dec 2009 17:26:37 +0000
parents ae34188ddd84
children 04b52676b45f
line wrap: on
line diff
--- a/generator/typesystem.h	Sun Nov 22 22:18:06 2009 +0000
+++ b/generator/typesystem.h	Sun Dec 06 17:26:37 2009 +0000
@@ -950,6 +950,8 @@
     QString javaPackage() const;
     QString qualifiedCppName() const;
 
+    bool isQList() const { return type() == ListContainer || type() == StringListContainer; }
+
 private:
     Type m_type;
 };