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

DomBase: clean up doCopy() and copy constructors and mutexes

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • Some future release
    • 6.7
    • QML: Tooling
    • None
    • c9e1d1d50 (dev)

      The DomBase hierarchy is super weird with respect to copy constructors: it ignores the rule of 0/3/5 and one of the base classes (OwningItem) has a mutex and a copy constructor at the same time.

      Also, it has methods doCopy() that should be called clone() and that just call the copy constructor it seems?

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

            qtqmlteam Qt Qml Team User
            sami.shalayel Sami Shalayel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes