aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
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: