diff generator/abstractmetalang.h @ 42:eb3b5bbffc8f

CMake: generator is not running multiple times. generator: packages can have dependencies now (but this do not used in real code yet).
author SokoL_SD
date Sun, 17 May 2009 15:53:27 +0000
parents e78566595089
children 136c9ee83ee5
line wrap: on
line diff
--- a/generator/abstractmetalang.h	Sun May 17 12:41:14 2009 +0000
+++ b/generator/abstractmetalang.h	Sun May 17 15:53:27 2009 +0000
@@ -843,6 +843,7 @@
     void setTypeAlias(bool typeAlias) { m_is_type_alias = typeAlias; }
     bool isTypeAlias() const { return m_is_type_alias; }
 
+    const QStringList &depends() { return m_type_entry->depends(); }
 private:
     uint m_namespace : 1;
     uint m_qobject : 1;