diff generator/abstractmetalang.h @ 259:515d6e1c7b10 lifetime

another iteration
author maxter
date Thu, 17 Sep 2009 16:28:41 +0000
parents 17b5e13364b7
children b5773ccab07d
line wrap: on
line diff
--- a/generator/abstractmetalang.h	Wed Sep 16 14:16:33 2009 +0000
+++ b/generator/abstractmetalang.h	Thu Sep 17 16:28:41 2009 +0000
@@ -854,8 +854,6 @@
 
     void setTypeAlias(bool typeAlias) { m_is_type_alias = typeAlias; }
     bool isTypeAlias() const { return m_is_type_alias; }
-    
-    bool isPolymorphic();
 
     const QStringList &depends() { return m_type_entry->depends(); }