[vlc-devel] [PATCH 5/5] input_manager: Remove PLEvent boilerplate.

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Dec 8 11:05:49 CET 2015


On 12/08/2015 12:21 AM, Ilkka Ollakka wrote:
> On Sun, Dec 06, 2015 at 11:49:10AM +0100, Hugo Beauzée-Luyssen wrote:
>> diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
>> index 3734efb..34c02ee 100644
>> --- a/modules/gui/qt4/components/playlist/playlist_model.cpp
>> +++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
>> @@ -61,9 +61,9 @@ PLModel::PLModel( playlist_t *_p_playlist,  /* THEPL */
>>                 this, processInputItemUpdate( input_item_t *) );
>>       DCONNECT( THEMIM, inputChanged( bool ),
>
> I think this doesn't apply as inputChanged signal for me wasn't bool
> currently.
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
Indeed, but anyway, this patch is wrong, and creates quite a few problems.
Regarding the signal itself, I pushed a fix a few minutes ago.

-- 
Hugo Beauzée-Luyssen


More information about the vlc-devel mailing list