aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.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 /cppgenerator.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 'cppgenerator.h')
-rw-r--r--cppgenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index 91517c6d0..257169063 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -58,6 +58,8 @@ private:
void writeErrorSection(QTextStream& s, OverloadData& overloadData);
void writeTypeCheck(QTextStream& s, const OverloadData* overloadData, QString argumentName);
+ void writeTypeConverterImpl(QTextStream& s, const TypeEntry* type);
+
/**
* Writes Python to C++ conversions for arguments on Python wrappers.
* If implicit conversions, and thus new object allocation, are needed,