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
parent
71bbc35a37
commit
db7b00c4b7
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue