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