aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
authorrenatofilho <renato.filho@openbossa.org>2010-10-08 15:51:48 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:11 -0300
commit99862b71c95e1e061ac743fb864a041fa0a1fbf8 (patch)
treebfabc643047c934084caa8a5ba9ab0f1d0812977 /abstractmetabuilder.h
parent6ab94ebbe402a92a7587e5b947f821712b6ee605 (diff)
Implemented support to added functions for TypeAlias.sb-0.8.1
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index d45b34aaa..893ebece4 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -234,6 +234,7 @@ private:
AbstractMetaArgumentList reverseList(const AbstractMetaArgumentList& list);
void setInclude(TypeEntry* te, const QString& fileName) const;
void fixArgumentNames(AbstractMetaFunction* func);
+ void fillAddedFunctions(AbstractMetaClass* metaClass);
AbstractMetaClassList m_metaClasses;
AbstractMetaClassList m_templates;