summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-02-23 13:52:16 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-23 16:38:45 +0100
commitca028e1fe07f2fb268d1da73eeaccb0f7f264a04 (patch)
tree31ab68d983796495a4fe0481400e4ac160702588 /src/tools
parent553ffa01188d3c14bec02e5f4b8d72291677b8ef (diff)
Bump the moc output revision
Commit aee1f6cc413f56bf4962324799ee3887c3dd037f changed the values of some built-in meta-type ids. Since the ids of built-in types are directly encoded -- not as the symbolic QMetaType::Type name, but as a raw integer -- in the flags for meta-properties, the moc output prior to that change is incompatible with the current output. Change-Id: I970484825137a4f19c80726cfe2024e741e3e879 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/moc/outputrevision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/moc/outputrevision.h b/src/tools/moc/outputrevision.h
index 15661a43aa..2ce5b9b765 100644
--- a/src/tools/moc/outputrevision.h
+++ b/src/tools/moc/outputrevision.h
@@ -43,6 +43,6 @@
#define OUTPUTREVISION_H
// if the output revision changes, you MUST change it in qobjectdefs.h too
-enum { mocOutputRevision = 63 }; // moc format output revision
+enum { mocOutputRevision = 64 }; // moc format output revision
#endif // OUTPUTREVISION_H