Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a65e67d9
Commit
a65e67d9
authored
Mar 17, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: use forward declaration when possible and remove includes
parent
846c422c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/components/interface_widgets.cpp
+2
-0
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/interface_widgets.hpp
+1
-0
modules/gui/qt4/dialogs/toolbar.cpp
modules/gui/qt4/dialogs/toolbar.cpp
+3
-0
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+0
-1
No files found.
modules/gui/qt4/components/interface_widgets.cpp
View file @
a65e67d9
...
...
@@ -44,6 +44,7 @@
#include <QDesktopWidget>
#include <QPainter>
#include <QTimer>
#include <QSlider>
#ifdef Q_WS_X11
# include <X11/Xlib.h>
...
...
@@ -60,6 +61,7 @@ static void videoSync( void )
#endif
#include <math.h>
#include <assert.h>
class
ReparentableWidget
:
public
QWidget
{
...
...
modules/gui/qt4/components/interface_widgets.hpp
View file @
a65e67d9
...
...
@@ -45,6 +45,7 @@ class ResizeEvent;
class
QPixmap
;
class
QHBoxLayout
;
class
QMenu
;
class
QSlider
;
class
ReparentableWidget
;
/******************** Video Widget ****************/
...
...
modules/gui/qt4/dialogs/toolbar.cpp
View file @
a65e67d9
...
...
@@ -36,11 +36,14 @@
#include <QLabel>
#include <QComboBox>
#include <QListWidget>
#include <QSpinBox>
#include <QDragEnterEvent>
#include <QDialogButtonBox>
#include <QInputDialog>
#include <assert.h>
ToolbarEditDialog
::
ToolbarEditDialog
(
QWidget
*
_w
,
intf_thread_t
*
_p_intf
)
:
QVLCDialog
(
_w
,
_p_intf
)
{
...
...
modules/gui/qt4/main_interface.hpp
View file @
a65e67d9
...
...
@@ -28,7 +28,6 @@
#include "qt4.hpp"
#include "util/qvlcframe.hpp"
#include "components/preferences_widgets.hpp"
/* First Start */
#ifdef WIN32
#include <vlc_windows_interfaces.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