Details
-
Task
-
Resolution: Fixed
-
P4: Low
-
None
-
3
-
32c8d7f9d (dev)
-
Foundation Sprint 127, Foundation Sprint 128, Foundation Sprint 129
Description
QQuickPathRectangle currently stores corner radius and bevel flags separately, using a bitfield for isCornerRadiusSet and std::optional<bool> for cornerBevel, causing unnecessary memory overhead. Instead, use a single bitset to store both flags.
Attachments
For Gerrit Dashboard: QTBUG-134908 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
633145,10 | QQuickPathRectangle: Merge corner radius and bevel flags into a bitset | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |