aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--typesystem.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/typesystem.h b/typesystem.h
index 32a2e2af1..43724394f 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -1770,24 +1770,6 @@ private:
InterfaceTypeEntry *m_interface;
};
-class CustomTypeEntry : public ComplexTypeEntry
-{
-public:
- CustomTypeEntry(const QString &name) : ComplexTypeEntry(name, CustomType) {}
-
- virtual void generateCppTargetLangToQt(QTextStream &s,
- const AbstractMetaType* targetLangType,
- const QString &envName,
- const QString &qtName,
- const QString &targetLangName) const = 0;
-
- virtual void generateCppQtToTargetLang(QTextStream &s,
- const AbstractMetaType* targetLangType,
- const QString &envName,
- const QString &qtName,
- const QString &targetLangName) const = 0;
-};
-
struct TypeRejection
{
QString class_name;