From 8eb3dadd5266f3fe2ed33abfcc1c2e8f17762a22 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Thu, 12 Nov 2009 17:57:40 -0200 Subject: Remove JObjectWrapperTypeEntry class --- typesystem.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'typesystem.h') diff --git a/typesystem.h b/typesystem.h index be0eb4c82..32a2e2af1 100644 --- a/typesystem.h +++ b/typesystem.h @@ -1687,30 +1687,6 @@ public: } }; -class JObjectWrapperTypeEntry: public ValueTypeEntry -{ -public: - JObjectWrapperTypeEntry(const QString &name) : ValueTypeEntry(name, JObjectWrapperType) { } - - QString targetLangApiName() const - { - return strings_jobject; - } - QString targetLangName() const - { - return strings_Object; - } - QString targetLangPackage() const - { - return stringsJavaLang; - } - - bool isNativeIdBased() const - { - return false; - } -}; - class VariantTypeEntry: public ValueTypeEntry { public: -- cgit v1.2.3