moc: Update comment above properties

It was not matching up with the data there anymore,
the notifyID and 'p.revision' was not mentioned

Change-Id: I09f63e5137944e9ab96e0a70abb798895d4b7739
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
bb10
Mårten Nordheim 2024-04-30 15:54:09 +02:00
parent 71bbc35a37
commit db7b00c4b7
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ void Generator::generateProperties()
//
if (cdef->propertyList.size())
fprintf(out, "\n // properties: name, type, flags\n");
fprintf(out, "\n // properties: name, type, flags, notifyId, revision\n");
for (const PropertyDef &p : std::as_const(cdef->propertyList)) {
uint flags = Invalid;
if (!isBuiltinType(p.type))