Commit 9d927161 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: save recent on transcode/stream

parent d01842e5
...@@ -395,6 +395,9 @@ void OpenDialog::stream( bool b_transcode_only ) ...@@ -395,6 +395,9 @@ void OpenDialog::stream( bool b_transcode_only )
// QString soutMRL = getMRL( false ); // QString soutMRL = getMRL( false );
// if( soutMRL.isEmpty() ) return; // if( soutMRL.isEmpty() ) return;
for( int i = 0; i < OPEN_TAB_MAX; i++ )
qobject_cast<OpenPanel*>( ui.Tab->widget( i ) )->onAccept();
QStringList soutMRLS = getMRLs(false); QStringList soutMRLS = getMRLs(false);
if(soutMRLS.empty()) if(soutMRLS.empty())
{ {
......
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