aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'headergenerator.h')
-rw-r--r--headergenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/headergenerator.h b/headergenerator.h
index 2fdd779f2..431130844 100644
--- a/headergenerator.h
+++ b/headergenerator.h
@@ -44,7 +44,6 @@ private:
void writeVirtualDispatcher(QTextStream &s, const AbstractMetaFunction *func) const;
void writeTypeCheckMacro(QTextStream& s, const TypeEntry* type);
void writeTypeConverterDecl(QTextStream& s, const TypeEntry* type);
- void writeTypeConverterImpl(QTextStream& s, const TypeEntry* type);
};
#endif // HEADERGENERATOR_H