Commit 39d272d0 authored by Christophe Mutricy's avatar Christophe Mutricy

missing from [24525]

parent e189922f
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _PREFSTREE_H_ #ifndef _PREFSTREE_H_
#define _PREFSTREE_H_ #define _PREFSTREE_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
......
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
#ifndef _EQUALIZER_H_ #ifndef _EQUALIZER_H_
#define _EQUALIZER_H_ #define _EQUALIZER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_aout.h> #include <vlc_aout.h>
......
...@@ -26,10 +26,15 @@ ...@@ -26,10 +26,15 @@
#ifndef _INFOPANELS_H_ #ifndef _INFOPANELS_H_
#define _INFOPANELS_H_ #define _INFOPANELS_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_meta.h> #include <vlc_meta.h>
#include <QWidget> #include <QWidget>
#include <QLabel>
#ifdef HAVE_LIMITS_H #ifdef HAVE_LIMITS_H
# include <limits.h> # include <limits.h>
...@@ -46,7 +51,6 @@ class QTreeWidgetItem; ...@@ -46,7 +51,6 @@ class QTreeWidgetItem;
class QTreeView; class QTreeView;
class QSpinBox; class QSpinBox;
class QLineEdit; class QLineEdit;
class QLabel;
class MetaPanel: public QWidget class MetaPanel: public QWidget
{ {
...@@ -156,4 +160,13 @@ public slots: ...@@ -156,4 +160,13 @@ public slots:
void update( input_item_t * ); void update( input_item_t * );
void clear(); void clear();
}; };
class ArtCover : public QLabel
{
Q_OBJECT
void mouseDoubleClickEvent( QMouseEvent *event )
{
fprintf(stderr, "**************************" );
}
};
#endif #endif
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
#ifndef _INTFWIDGETS_H_ #ifndef _INTFWIDGETS_H_
#define _INTFWIDGETS_H_ #define _INTFWIDGETS_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
......
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
#ifndef _OPENPANELS_H_ #ifndef _OPENPANELS_H_
#define _OPENPANELS_H_ #define _OPENPANELS_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <QFileDialog> #include <QFileDialog>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _PLPANELS_H_ #ifndef _PLPANELS_H_
#define _PLPANELS_H_ #define _PLPANELS_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "qt4.hpp" #include "qt4.hpp"
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
#ifndef _PLAYLISTWIDGET_H_ #ifndef _PLAYLISTWIDGET_H_
#define _PLAYLISTWIDGET_H_ #define _PLAYLISTWIDGET_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "qt4.hpp" #include "qt4.hpp"
#include "dialogs_provider.hpp" #include "dialogs_provider.hpp"
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _PLAYLIST_MODEL_H_ #ifndef _PLAYLIST_MODEL_H_
#define _PLAYLIST_MODEL_H_ #define _PLAYLIST_MODEL_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _PLSEL_H_ #ifndef _PLSEL_H_
#define _PLSEL_H_ #define _PLSEL_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <QWidget> #include <QWidget>
#include <QString> #include <QString>
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
#ifndef _PREFERENCESWIDGETS_H_ #ifndef _PREFERENCESWIDGETS_H_
#define _PREFERENCESWIDGETS_H_ #define _PREFERENCESWIDGETS_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "qt4.hpp" #include "qt4.hpp"
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _SIMPLEPREFS_H_ #ifndef _SIMPLEPREFS_H_
#define _SIMPLEPREFS_H_ #define _SIMPLEPREFS_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <QWidget> #include <QWidget>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _HELP_DIALOG_H_ #ifndef _HELP_DIALOG_H_
#define _HELP_DIALOG_H_ #define _HELP_DIALOG_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _INTERACTION_H_ #ifndef _INTERACTION_H_
#define _INTERACTION_H_ #define _INTERACTION_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _OPEN_DIALOG_H_ #ifndef _OPEN_DIALOG_H_
#define _OPEN_DIALOG_H_ #define _OPEN_DIALOG_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include "util/qvlcframe.hpp" #include "util/qvlcframe.hpp"
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _SOUT_DIALOG_H_ #ifndef _SOUT_DIALOG_H_
#define _SOUT_DIALOG_H_ #define _SOUT_DIALOG_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_streaming.h> #include <vlc_streaming.h>
......
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
#ifndef _VLM_DIALOG_H_ #ifndef _VLM_DIALOG_H_
#define _VLM_DIALOG_H_ #define _VLM_DIALOG_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#ifdef ENABLE_VLM #ifdef ENABLE_VLM
......
...@@ -25,10 +25,15 @@ ...@@ -25,10 +25,15 @@
#ifndef _DIALOGS_PROVIDER_H_ #ifndef _DIALOGS_PROVIDER_H_
#define _DIALOGS_PROVIDER_H_ #define _DIALOGS_PROVIDER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <assert.h> #include <assert.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include "qt4.hpp"
#include "dialogs/interaction.hpp" #include "dialogs/interaction.hpp"
#include <QObject> #include <QObject>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _INPUT_MANAGER_H_ #ifndef _INPUT_MANAGER_H_
#define _INPUT_MANAGER_H_ #define _INPUT_MANAGER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_input.h> #include <vlc_input.h>
......
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
#ifndef _QVLC_H_ #ifndef _QVLC_H_
#define _QVLC_H_ #define _QVLC_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_interface.h> #include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
......
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