Skip to content

Remove explicit delete of FileBrowser object

This fixes a seg fault when using qtAttributePreview with a "file" item (at least on linux). The FileBrowser object is instantiated with the qtFileItem's widget as its parent, and Qt widgets automatically delete their children when they are destroyed.

Merge request reports