Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0ba0df15
Commit
0ba0df15
authored
Oct 06, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - #include cleaning
parent
e2e6f592
Changes
7
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/complete_preferences.cpp
View file @
0ba0df15
...
...
@@ -39,7 +39,6 @@
#include
"components/complete_preferences.hpp"
#include
"components/preferences_widgets.hpp"
#include
"qt4.hpp"
#include
<vlc_config_cat.h>
#include
<vlc_intf_strings.h>
...
...
modules/gui/qt4/components/interface_widgets.cpp
View file @
0ba0df15
...
...
@@ -24,7 +24,6 @@
*****************************************************************************/
#include
"dialogs_provider.hpp"
#include
"qt4.hpp"
#include
"components/interface_widgets.hpp"
#include
"main_interface.hpp"
#include
"input_manager.hpp"
...
...
modules/gui/qt4/components/open.cpp
View file @
0ba0df15
...
...
@@ -91,7 +91,7 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
/* Ugly hacks to get the good Widget */
//This lineEdit is the normal line in the fileDialog.
#if QT43
#if
HAS_
QT43
lineFileEdit
=
findChildren
<
QLineEdit
*>
()[
2
];
#else
lineFileEdit
=
findChildren
<
QLineEdit
*>
()[
3
];
...
...
modules/gui/qt4/components/preferences_widgets.cpp
View file @
0ba0df15
...
...
@@ -34,7 +34,6 @@
#include
"components/preferences_widgets.hpp"
#include
"util/customwidgets.hpp"
#include
"qt4.hpp"
#include
<vlc_keys.h>
...
...
modules/gui/qt4/components/simple_preferences.cpp
View file @
0ba0df15
...
...
@@ -25,7 +25,6 @@
#include
"components/simple_preferences.hpp"
#include
"components/preferences_widgets.hpp"
#include
"qt4.hpp"
#include
"ui/sprefs_audio.h"
#include
"ui/sprefs_input.h"
...
...
modules/gui/qt4/qt4.hpp
View file @
0ba0df15
...
...
@@ -30,13 +30,12 @@
#include
<QEvent>
#define QT43 ( QT_VERSION >= 0x040300 )
#define
HAS_
QT43 ( QT_VERSION >= 0x040300 )
/* Add define for duration, VLC_META_ENGINE doesn't include it */
#define VLC_META_ENGINE_DURATION 0x00000002
#define VLC_META_DURATION N_("Duration")
class
QApplication
;
class
QMenu
;
class
MainInterface
;
...
...
@@ -114,16 +113,4 @@ public:
intf_dialog_args_t
*
p_arg
;
};
/* Ugly to put it here, but don't want more files ... */
#if 0
#include <QFrame>
class BasePlaylistWidget : public QFrame
{
public:
BasePlaylistWidget( intf_thread_t *_p_i ) : p_intf( _p_i) {};
virtual ~BasePlaylistWidget() {};
protected:
intf_thread_t *p_intf;
};
#endif
#endif
modules/gui/qt4/util/qvlcframe.hpp
View file @
0ba0df15
...
...
@@ -34,6 +34,7 @@
#include
<QPlastiqueStyle>
#include
<QPushButton>
#include
<QKeyEvent>
#include
"qt4.hpp"
#include
<vlc/vlc.h>
#include
<vlc_charset.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment