[vlc-devel] [PATCH] Qt4: Enable tabs in sout dialog
Edward Wang
edward.c.wang at compdigitec.com
Thu Dec 29 21:12:22 CET 2011
On 11-12-29 03:10 PM, Rafaël Carré wrote:
> 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
>
Well, it prevents a warning about use of an uninitialised variable (db).
It can be removed if really bothers you that much.
Thanks,
Edward Wang
More information about the vlc-devel
mailing list