[vlc-commits] commit: Qt: forgotten include (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Wed Jun 16 02:10:44 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 16 02:10:35 2010 +0200| [0a2f54181c79eb0d34d4dc2a8c3fddc9a0bda7a8] | committer: Jean-Baptiste Kempf 

Qt: forgotten include

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=0a2f54181c79eb0d34d4dc2a8c3fddc9a0bda7a8
---

 modules/gui/qt4/dialogs/external.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/external.cpp b/modules/gui/qt4/dialogs/external.cpp
index e9e20eb..e78eaa0 100644
--- a/modules/gui/qt4/dialogs/external.cpp
+++ b/modules/gui/qt4/dialogs/external.cpp
@@ -36,6 +36,7 @@
 #include <QProgressDialog>
 #include <QMutex>
 #include <QPushButton>
+#include <QTimer>
 
 DialogHandler::DialogHandler (intf_thread_t *intf, QObject *_parent)
     : QObject( _parent ), intf (intf),



More information about the vlc-commits mailing list