From d8430135a0747071d7f047329c841a7ae51c3cd9 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 22 Apr 2010 16:31:23 -0300 Subject: Add method setTypeEntry to AbstractMetaFunction. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewer: Luciano Wolf Reviewer: Renato Araújo --- abstractmetabuilder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'abstractmetabuilder.cpp') diff --git a/abstractmetabuilder.cpp b/abstractmetabuilder.cpp index 002e90f65..facb15ca5 100644 --- a/abstractmetabuilder.cpp +++ b/abstractmetabuilder.cpp @@ -398,6 +398,7 @@ bool AbstractMetaBuilder::build(QIODevice* input) } setInclude(funcEntry, func->fileName()); + metaFunc->setTypeEntry(funcEntry); m_globalFunctions << metaFunc; } -- cgit v1.2.3