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

Disable deleteLater access from QML.

XMLWordPrintable

      Some items make assumptions about related items not being dynamically deleted. deleteLater should not be accessible until this is handled better.

      import Qt 4.7
      
      Rectangle {
         id: wrapper
         width: 400; height: 400
         Component.onCompleted: wrapper.deleteLater()
      }
      

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

            aakenned Aaron Kennedy
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes