aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index c502dd16e..7a5b90228 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -1303,6 +1303,11 @@ public:
m_class = c;
}
+ bool isAnonymous() const
+ {
+ return m_typeEntry->isAnonymous();
+ }
+
private:
AbstractMetaEnumValueList m_enumValues;
EnumTypeEntry *m_typeEntry;