[vlc-commits] commit: Qt: forgotten include (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Jun 16 02:12:02 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 16 02:11:50 2010 +0200| [3a3c9aa620057fbadf623c67c1d9876c933202e1] | committer: Jean-Baptiste Kempf
Qt: forgotten include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a3c9aa620057fbadf623c67c1d9876c933202e1
---
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