aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-06-09 10:45:17 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:04 -0300
commit96316113bcd6e60bc602def066cb03ec5ece436b (patch)
treed446ccb07f2f46c1e8344485a525c49b2293e357 /typesystem.h
parent2cf5be8e2354e81298ab0df8c328949845143604 (diff)
Implemented support to "rename to" in argument modification
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/typesystem.h b/typesystem.h
index 23b9d24cc..f8358a763 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -277,6 +277,9 @@ struct ArgumentModification
//Api version
double version;
+
+ //New name
+ QString renamed_to;
};
struct APIEXTRACTOR_API Modification