[vlc-devel] [PATCH] Qt4: Enable tabs in sout dialog

Rafaël Carré rafael.carre at gmail.com
Thu Dec 29 21:10:12 CET 2011


Le 2011-12-29 15:08, Edward Wang a écrit :
> This patch will enable tabs in the sout dialog if possible (given the right Qt version).
> Thanks,

> @@ -163,6 +165,7 @@ void SoutDialog::addDest( )
>              break;
>          default:
>              assert(0);
> +            return;
>      }
>  
>      int index = ui.destTab->addTab( db, caption );

Looks unrelated to the patch



More information about the vlc-devel mailing list