Commit 15aaa8cb authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.

parent db3f5756
......@@ -79,6 +79,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i,
leftW->addWidget( artContainer );
/* Initialisation of the playlist */
playlist_t * p_playlist = THEPL;
PL_LOCK;
playlist_item_t *p_root =
playlist_GetPreferredNode( THEPL, THEPL->p_local_category );
......
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