[vlc-devel] commit: qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Jul 17 00:12:44 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Jul 17 00:15:06 2008 +0200| [15aaa8cbccef8a95dfc7b3bff937c70b4c459c34]
qt4: Hopefully blindely fix the qt4 build, by defining the std p_playlist.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=15aaa8cbccef8a95dfc7b3bff937c70b4c459c34
---
modules/gui/qt4/components/playlist/playlist.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index 1403fc0..e8d654e 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 );
More information about the vlc-devel
mailing list