Commit 17b9b9d0 authored by Mario Speiß's avatar Mario Speiß Committed by Jean-Baptiste Kempf

Qt: fix a playlist issue with pictureflow

parent 4d844df2
......@@ -126,11 +126,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
QActionGroup *actionGroup = new QActionGroup( this );
#ifndef NDEBUG
# define MAX_VIEW StandardPLPanel::VIEW_COUNT
#else
# define MAX_VIEW StandardPLPanel::VIEW_COUNT - 1
#endif
for( int i = 0; i < MAX_VIEW; i++ )
{
viewActions[i] = actionGroup->addAction( viewNames[i] );
......
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