aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-12 17:58:49 -0200
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-16 15:39:10 -0300
commitdb2c18afb616db734ddc2f80194d0151c22da17a (patch)
tree9edeccc718762c7334c4d11172b09f8f9dee27e9 /typesystem.h
parent8eb3dadd5266f3fe2ed33abfcc1c2e8f17762a22 (diff)
Remove CustomTypeEntry class
Diffstat (limited to 'typesystem.h')
-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;