aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-11-22 19:22:49 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:12 -0300
commit8a8c0f521c0f2224e8f26e8ad2b5676aaa4ddc69 (patch)
tree3b79d1e5199f129a0828fecade09de77d16d00ca /abstractmetalang.h
parentc79374b5a72959f541fdeb95d7e6b57396ed6b15 (diff)
Added the 'AbstractMetaField::isModifiedRemoved' method.
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/abstractmetalang.h b/abstractmetalang.h
index 333aaf3cb..1f1dc4855 100644
--- a/abstractmetalang.h
+++ b/abstractmetalang.h
@@ -744,6 +744,8 @@ public:
FieldModificationList modifications() const;
+ bool isModifiedRemoved(int types = TypeSystem::All) const;
+
using AbstractMetaVariable::setDocumentation;
using AbstractMetaVariable::documentation;