summaryrefslogtreecommitdiffstats
path: root/tools/repc/cppcodegenerator.h
diff options
context:
space:
mode:
authorSwen Kooij <swen.kooij@fortech.ro>2016-01-11 14:16:41 +0200
committerSwen Kooij <swen.kooij@fortech.ro>2016-01-12 14:40:32 +0000
commite934799eeb880d2097112708d88b26d37adfe4d1 (patch)
treea0bc32856b0044b9df34ccb343f2b1c5456649c1 /tools/repc/cppcodegenerator.h
parent85a60ea454aa516b40b1176b492de7d0d6186309 (diff)
Added option '-c' to force generation of 'class' instead of 'POD'
Change-Id: Idb6687cf3dd0251197a36a9f27b91a6fd1f9f39b Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'tools/repc/cppcodegenerator.h')
-rw-r--r--tools/repc/cppcodegenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repc/cppcodegenerator.h b/tools/repc/cppcodegenerator.h
index ea7d5bc..b0cbdb3 100644
--- a/tools/repc/cppcodegenerator.h
+++ b/tools/repc/cppcodegenerator.h
@@ -53,7 +53,7 @@ class CppCodeGenerator
{
public:
CppCodeGenerator(QIODevice *outputDevice);
- void generate(const QList<ClassDef> &classList);
+ void generate(const QList<ClassDef> &classList, bool alwaysGenerateClass = false);
private:
QIODevice *m_outputDevice;