aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-11-09 19:08:52 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-11-10 11:00:43 -0200
commit14b0bdd84be9a23419fea6b6e70370d4a1cb6501 (patch)
tree046e089d4e4a9cdde15257a12c22777d2de6d0aa /headergenerator.h
parent3abff670957e68c6e6bc2da2aa51acc1b5d4508f (diff)
moved HeaderGenerator::writeConverterImpl to CppGenerator, i.e.
the converter implementations now are written in the proper wrapper class .cpp files instead of in the global module header Reviewed by Hugo Parente <hugo.lima@openbossa.org>
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