Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
0ba0df15
Commit
0ba0df15
authored
Oct 06, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - #include cleaning
parent
e2e6f592
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
19 deletions
+3
-19
modules/gui/qt4/components/complete_preferences.cpp
modules/gui/qt4/components/complete_preferences.cpp
+0
-1
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.cpp
+0
-1
modules/gui/qt4/components/open.cpp
modules/gui/qt4/components/open.cpp
+1
-1
modules/gui/qt4/components/preferences_widgets.cpp
modules/gui/qt4/components/preferences_widgets.cpp
+0
-1
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+0
-1
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+1
-14
modules/gui/qt4/util/qvlcframe.hpp
modules/gui/qt4/util/qvlcframe.hpp
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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