Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134908

Merge radius and bevel flags into a single bitset

    XMLWordPrintable

Details

    • 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

        Activity

          People

            magdalenas Magdalena Stojek
            magdalenas Magdalena Stojek
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes