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

Disable deleteLater access from QML.

    XMLWordPrintable

Details

    Description

      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()
      }
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes