summaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-07-08 17:05:21 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:07 -0300
commit9961a25273bd6ff59efdef4d482269eea8c069d0 (patch)
treefd98f7e73c5793c0ca894f5487a74ba1060dc0a4 /abstractmetabuilder.h
parent681f738fe473239d73172fdc979c208fdf434e2d (diff)
Fix bug#260 - "Can't modify argument name of a function added with add-function tag."
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 d19ce8f..487cade 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;