From 15aaa8cbccef8a95dfc7b3bff937c70b4c459c34 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 17 Jul 2008 00:15:06 +0200 Subject: [PATCH] qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist. --- modules/gui/qt4/components/playlist/playlist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp index 1403fc0ab7..e8d654e442 100644 --- a/modules/gui/qt4/components/playlist/playlist.cpp +++ b/modules/gui/qt4/components/playlist/playlist.cpp @@ -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 ); -- 2.39.2