From d151c052d5113fbe1e8d1b921dff3b45105e94ab Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Tue, 16 Aug 2011 11:05:32 -0300 Subject: Added setTargetLangPackage and targetLangPackage methods to PrimitiveTypeEntry. Updated tests. Reviewed by Hugo Parente Reviewed by Lauro Moura --- typesystem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'typesystem.h') 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; -- cgit v1.2.3