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

Port QBrush to QIntrusiveSharedPointer

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • GUI: Painting
    • None

    Description

      Coverity doesn't like the use of unique_ptr in the current code, in particular, it complains about the copy ctor passing unique_ptr::get() to unique_ptr(T*). peppe in https://codereview.qt-project.org/c/qt/qtbase/+/336471 mentioned that QESDP doesn't work, because of the complex deleter. But QIntrusiveSharedPointer would be a natural fit, once it's merged.

      Coverity-Id: 444112
      Coverity-Id: 444250

      Attachments

        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