From 9961a25273bd6ff59efdef4d482269eea8c069d0 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Thu, 8 Jul 2010 17:05:21 -0300 Subject: Fix bug#260 - "Can't modify argument name of a function added with add-function tag." --- abstractmetabuilder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'abstractmetabuilder.h') diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h index d19ce8f10..487cadefe 100644 --- a/abstractmetabuilder.h +++ b/abstractmetabuilder.h @@ -231,6 +231,7 @@ private: void sortLists(); AbstractMetaArgumentList reverseList(const AbstractMetaArgumentList& list); void setInclude(TypeEntry* te, const QString& fileName) const; + void fixArgumentNames(AbstractMetaFunction* func); AbstractMetaClassList m_metaClasses; AbstractMetaClassList m_templates; -- cgit v1.2.3