From db2c18afb616db734ddc2f80194d0151c22da17a Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Thu, 12 Nov 2009 17:58:49 -0200 Subject: Remove CustomTypeEntry class --- typesystem.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'typesystem.h') 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; -- cgit v1.2.3