aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index 1bf252f92..d19ce8f10 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -54,6 +54,10 @@ public:
{
return m_metaClasses;
}
+ AbstractMetaClassList templates() const
+ {
+ return m_templates;
+ }
/**
* Sorts a list of classes topologically, if an AbstractMetaClass object
* is passed the list of classes will be its inner classes, otherwise