aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-04-04 15:34:23 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:15 -0300
commit17f8e2a2435874df7103826641ab46b7761c010a (patch)
tree44090abf0d0803a64d7acaedf0e3ea28d9fdfad2 /typesystem.cpp
parenteea55215f0f172c7103e881ec1423891784a2790 (diff)
Added support for module extra includes.
Unit tests were also added. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'typesystem.cpp')
-rw-r--r--typesystem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/typesystem.cpp b/typesystem.cpp
index c9f6ac734..843f18267 100644
--- a/typesystem.cpp
+++ b/typesystem.cpp
@@ -816,6 +816,7 @@ bool Handler::startElement(const QString &, const QString &n,
|| element->type == StackElement::Rejection
|| element->type == StackElement::LoadTypesystem
|| element->type == StackElement::InjectCode
+ || element->type == StackElement::ExtraIncludes
|| element->type == StackElement::ConversionRule
|| element->type == StackElement::AddFunction
|| element->type == StackElement::Template;