From 7ee3543fd19e49fffaf6f3213cc553ebb3ee636e Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 4 Feb 2011 17:12:41 -0300 Subject: Global functions can now be renamed. This is accomplished via the "rename" attribute on the "function" tag. An unit test was added and the documentation updated. Reviewed by Hugo Parente Reviewed by Luciano Wolf --- abstractmetabuilder.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'abstractmetabuilder.cpp') diff --git a/abstractmetabuilder.cpp b/abstractmetabuilder.cpp index ea1fed6b0..9b36447d0 100644 --- a/abstractmetabuilder.cpp +++ b/abstractmetabuilder.cpp @@ -433,6 +433,8 @@ bool AbstractMetaBuilder::build(QIODevice* input) continue; } + applyFunctionModifications(metaFunc); + setInclude(funcEntry, func->fileName()); if (metaFunc->typeEntry()) delete metaFunc->typeEntry(); -- cgit v1.2.3