I have a subclassed QTreeWidget that crashes the application when clear() is called after clicking a column header to change the sort order. It works repeatedly when the sort order is not changed, but once changed it crashes immediatly. On Windows, it gives exit code 3.

Anyone else experiencing this? I have no custom sorting of any kind, so I doubt it's my code, but could be.

-Chuk