aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-12 17:57:40 -0200
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-16 15:39:10 -0300
commit8eb3dadd5266f3fe2ed33abfcc1c2e8f17762a22 (patch)
treecf43cf65a7f0191f040ee43d8ddd2e2dd92b2607 /typesystem.h
parent126289e702c9d6c2f3c8a99de66cecdd4fd53a88 (diff)
Remove JObjectWrapperTypeEntry class
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h24
1 files changed, 0 insertions, 24 deletions
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: