Page MenuHomePhabricator

ContourToImage broken on windows
Closed, ResolvedPublic

Description

On windows the ContourModelToImage utility fails with the exception that qt cannot send events between different threads.
Reason must be that the computation is done in a qt background thread and also the enabling / disabling of the buttons and the adding of the final data node.
All these actions invoke events which lead to this errors

Event Timeline

User fetzer has pushed new remote branch:

bug-19108-contourmodel-to-image-windows-crash

[ac6909]: Merge branch 'bug-19108-contourmodel-to-image-windows-crash'

Merged commits:

2015-05-29 11:15:07 Andreas Fetzer [cbe104]
Fixed crash on windows

QFutureWatcher is now held in a member variable wihtin a private implementation
The whole GUI modification is done in the main thread
Also removed a lot of unused includes