Commit 2ef4244d 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.
(cherry picked from commit 5bf6f7c0728ef9df408a2fc25a61faaa90705486)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 77b1cc16
......@@ -514,10 +514,7 @@ static void *Thread( void *obj )
#endif
/* Last settings */
if( p_intf->p_sys->b_isDialogProvider )
app.setQuitOnLastWindowClosed( false );
else
app.setQuitOnLastWindowClosed( true );
app.setQuitOnLastWindowClosed( false );
/* Retrieve last known path used in file browsing */
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