aboutsummaryrefslogtreecommitdiffstats
path: root/cppgenerator.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-18 17:17:27 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-02-18 18:01:47 -0200
commit589c2f447187e5071094648d5fe4046784ca28fd (patch)
tree004f87d35ac0704377ce13d895520f55fcbc7f8f /cppgenerator.h
parent985d583110b9175d8b98fcdeaa2e0d83f3cc566f (diff)
Write all converters on global header to avoid the module from exporting any symbols.
Diffstat (limited to 'cppgenerator.h')
-rw-r--r--cppgenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppgenerator.h b/cppgenerator.h
index 7ed0ee5e5..a8d45344d 100644
--- a/cppgenerator.h
+++ b/cppgenerator.h
@@ -68,7 +68,6 @@ private:
void writeTypeCheck(QTextStream& s, const AbstractMetaType* argType, QString argumentName, bool isNumber = false, QString customType = "");
void writeTypeCheck(QTextStream& s, const OverloadData* overloadData, QString argumentName);
- void writeTypeConverterImpl(QTextStream& s, const TypeEntry* type);
void writeTypeNameFunction(QTextStream& s, const AbstractMetaClass* metaClass);
void writeSbkCopyCppObjectFunction(QTextStream& s, const AbstractMetaClass* metaClass);