aboutsummaryrefslogtreecommitdiffstats
path: root/headergenerator.h
diff options
context:
space:
mode:
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 1adf26dbc..2fdd779f2 100644
--- a/headergenerator.h
+++ b/headergenerator.h
@@ -35,6 +35,7 @@ protected:
QString fileNameForClass(const AbstractMetaClass* metaClass) const;
void generateClass(QTextStream& s, const AbstractMetaClass* metaClass);
void finishGeneration();
+
private:
void writeCopyCtor(QTextStream &s, const AbstractMetaClass* metaClass) const;
void writeFunction(QTextStream& s, const AbstractMetaFunction* func) const;