Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.10.0 Beta1, 6.11.0 FF
-
None
-
-
291ac9d47 (dev), f22c522ba (6.10)
Description
Comments for new Qt 6.10 functions in qsggeometry.cpp read "since 6.9" – they should be "since 6.10".
I made the original code changes before the 6.9 feature freeze, but they did not make the cutoff.
These are the actions I see for qsggeometry.cpp:
- Change all "\since 6.9" to "\since 6.10"
- Change all "Since 6.9" to "Since 6.10"
- Insert space before closing "*/" in new function headers to make " */" on lines 457, 473, and 504.
- Remove extra linefeed before closing function brace in allocate() function body at line 710. The extra linefeed predates the new functions. It is a simple whitespace error and looks out-of-place; this is an opportune time to fix it.