Commit 62f073c8 authored by Olivier Teulière's avatar Olivier Teulière

* qt4: Added a few forward declarations and includes

parent cc5aad0a
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#undef Q_ #undef Q_
#include <ui/progressdialog.h> #include <ui/progressdialog.h>
#undef Q_ #undef Q_
#include <QWidget>
class InteractionDialog : public QWidget class InteractionDialog : public QWidget
{ {
......
...@@ -27,8 +27,9 @@ ...@@ -27,8 +27,9 @@
#include "ui/main_interface.h" #include "ui/main_interface.h"
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
class InputManager;
class QCloseEvent; class QCloseEvent;
class QLabel;
class InputManager;
class InputSlider; class InputSlider;
class VideoWidget; class VideoWidget;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment