summaryrefslogtreecommitdiffstats
path: root/src/tools/moc/outputrevision.h
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2012-05-08 11:59:56 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-09 02:28:04 +0200
commit4a1a13a81b7e4b8f3d159f7a9b78f93c0a4eca66 (patch)
treefdec9bdeed4117a6e6549b47c8cea0c8227dea39 /src/tools/moc/outputrevision.h
parentcf48eded4dc0e6c860b48a1d756b5920ffc6a724 (diff)
Bump moc revision after introducing QMetaType::SChar.
Normally we do not have to change moc version if a new type is added, but for this particular case we need to do it. It is so because the old moc could generate wrong type id (QMetaType::Char) for signed char. Change-Id: I20be2a24adc59a305674595dafe23fb1774b475d Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/tools/moc/outputrevision.h')
-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 590728db6c..faf913f849 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 = 66 }; // moc format output revision
+enum { mocOutputRevision = 67 }; // moc format output revision
#endif // OUTPUTREVISION_H