--- a/src/tools/moc/generator.cpp Wed Jun 23 19:07:03 2010 +0300
+++ b/src/tools/moc/generator.cpp Tue Jul 06 15:10:48 2010 +0300
@@ -173,7 +173,7 @@
int index = 14;
fprintf(out, "static const uint qt_meta_data_%s[] = {\n", qualifiedClassNameIdentifier.constData());
fprintf(out, "\n // content:\n");
- fprintf(out, " %4d, // revision\n", 4);
+ fprintf(out, " %4d, // revision\n", 5);
fprintf(out, " %4d, // classname\n", strreg(cdef->qualified));
fprintf(out, " %4d, %4d, // classinfo\n", cdef->classInfoList.count(), cdef->classInfoList.count() ? index : 0);
index += cdef->classInfoList.count() * 2;