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

Provide QEventStorage to allow storing QEvent subclasses without exposing the copy operations as public API

    XMLWordPrintable

Details

    • 5
    • Foundation PM Staging

    Description

      This is a follow-up on QTBUG-99563. The UB there is fixed, but we still use QMutable*Event to store event (copies) for later reuse, so the QMutable*Event classes can't, yet, be turned into a pure namespace class, like QTBUG-99563 requested.

      Acceptance criteria:

      • Add QEventStorage (or similar) as private API
      • Port all remaining users of QEvent copying over to it
      • Make QMutable*Event a stateless namespace for static gettters and setters.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mmutz Marc Mutz
              mmutz Marc Mutz
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes