[vlc-commits] Qt: kill a warning
Jean-Baptiste Kempf
git at videolan.org
Sun Oct 9 23:51:52 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Oct 9 23:51:35 2011 +0200| [f78dcaccdf60ded4291d6a85e0224e7ec6c7d0a3] | committer: Jean-Baptiste Kempf
Qt: kill a warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f78dcaccdf60ded4291d6a85e0224e7ec6c7d0a3
---
modules/gui/qt4/qt4.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index b1b3e15..2df7d54 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -38,6 +38,7 @@
#include "dialogs/help.hpp" /* Launch Update */
#include "recents.hpp" /* Recents Item destruction */
#include "util/qvlcapp.hpp" /* QVLCApplication definition */
+#include "components/playlist/playlist_model.hpp" /* for ~PLModel() */
#include <vlc_aout_intf.h>
#ifdef Q_WS_X11
More information about the vlc-commits
mailing list