From 59d60a65b22acf21f62314dd5ab6a047509bb7e4 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 27 Oct 2010 18:15:16 -0200 Subject: Add helper method TypeEntry::isCppPrimitive. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Returns true is the type is a primitive C++ type. Reviewer: Luciano Wolf Renato Araújo --- typesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typesystem.h') diff --git a/typesystem.h b/typesystem.h index 62d041892..6961cbda5 100644 --- a/typesystem.h +++ b/typesystem.h @@ -952,7 +952,7 @@ public: return m_conversionRule.startsWith(TARGET_CONVERSION_RULE_FLAG); } - + bool isCppPrimitive() const; private: QString m_name; Type m_type; -- cgit v1.2.3