aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-08-16 11:05:32 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:18 -0300
commitd151c052d5113fbe1e8d1b921dff3b45105e94ab (patch)
tree4b4245ceed20990602ceb48981ae65b53a8c9821 /typesystem.h
parent15b355dca205090adf9fe338f02963f945263d98 (diff)
Added setTargetLangPackage and targetLangPackage methods to PrimitiveTypeEntry.sb-0.10.6
Updated tests. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/typesystem.h b/typesystem.h
index 3fcb241fd..abba4455c 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -1142,6 +1142,8 @@ public:
m_preferredTargetLangType = b;
}
+ void setTargetLangPackage(const QString& package);
+ QString targetLangPackage() const;
private:
QString m_targetLangName;
QString m_targetLangApiName;