Commit 5bf6f7c0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: do not quit, let the core do it

Should fix crash on quit wrt to Vout
Tested on XP, 7 and Linux.
parent 96e4e4a0
...@@ -514,10 +514,7 @@ static void *Thread( void *obj ) ...@@ -514,10 +514,7 @@ static void *Thread( void *obj )
#endif #endif
/* Last settings */ /* Last settings */
if( p_intf->p_sys->b_isDialogProvider ) app.setQuitOnLastWindowClosed( false );
app.setQuitOnLastWindowClosed( false );
else
app.setQuitOnLastWindowClosed( true );
/* Retrieve last known path used in file browsing */ /* Retrieve last known path used in file browsing */
p_intf->p_sys->filepath = p_intf->p_sys->filepath =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment