aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.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 /headergenerator.h
parent985d583110b9175d8b98fcdeaa2e0d83f3cc566f (diff)
Write all converters on global header to avoid the module from exporting any symbols.
Diffstat (limited to 'headergenerator.h')
-rw-r--r--headergenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headergenerator.h b/headergenerator.h
index 67791999c..0e7fe4eb5 100644
--- a/headergenerator.h
+++ b/headergenerator.h
@@ -49,6 +49,7 @@ private:
void writeSbkCopyCppObjectFunction(QTextStream& s, const AbstractMetaClass* metaClass);
void writeTypeIndexDefineLine(QTextStream& s, const TypeEntry* typeEntry, int& idx);
void writeTypeIndexDefine(QTextStream& s, const AbstractMetaClass* metaClass, int& idx);
+ void writeTypeConverterImpl(QTextStream& s, const TypeEntry* type);
};