Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.2, 6.8.0
-
-
6c8368226 (dev), d815b7d83 (6.8)
Description
QMetaProperty::revision() document says it will return value specified by REVISION, otherwise returns 0 but with Qt6, the number given back by QMetaProperty::revision() is offset by a fixed number 6528 and the number given by REVSION is added to 6528.
And the final value is like:
65281
65282
65283 etc.
Attached little example shows this.