Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
a3cec8ae
Commit
a3cec8ae
authored
Jan 05, 2015
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: remove superfluous forward declarations
parent
10e45b15
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
1 addition
and
66 deletions
+1
-66
modules/gui/qt4/components/complete_preferences.hpp
modules/gui/qt4/components/complete_preferences.hpp
+0
-1
modules/gui/qt4/components/controller.hpp
modules/gui/qt4/components/controller.hpp
+0
-8
modules/gui/qt4/components/controller_widget.hpp
modules/gui/qt4/components/controller_widget.hpp
+0
-1
modules/gui/qt4/components/epg/EPGWidget.hpp
modules/gui/qt4/components/epg/EPGWidget.hpp
+0
-2
modules/gui/qt4/components/interface_widgets.hpp
modules/gui/qt4/components/interface_widgets.hpp
+1
-3
modules/gui/qt4/components/open_panels.hpp
modules/gui/qt4/components/open_panels.hpp
+0
-1
modules/gui/qt4/components/playlist/playlist.hpp
modules/gui/qt4/components/playlist/playlist.hpp
+0
-1
modules/gui/qt4/components/playlist/playlist_model.hpp
modules/gui/qt4/components/playlist/playlist_model.hpp
+0
-1
modules/gui/qt4/components/playlist/selector.hpp
modules/gui/qt4/components/playlist/selector.hpp
+0
-1
modules/gui/qt4/components/playlist/standardpanel.hpp
modules/gui/qt4/components/playlist/standardpanel.hpp
+0
-2
modules/gui/qt4/components/playlist/views.hpp
modules/gui/qt4/components/playlist/views.hpp
+0
-1
modules/gui/qt4/components/preferences_widgets.hpp
modules/gui/qt4/components/preferences_widgets.hpp
+0
-2
modules/gui/qt4/components/simple_preferences.hpp
modules/gui/qt4/components/simple_preferences.hpp
+0
-4
modules/gui/qt4/dialogs/errors.hpp
modules/gui/qt4/dialogs/errors.hpp
+0
-2
modules/gui/qt4/dialogs/extensions.hpp
modules/gui/qt4/dialogs/extensions.hpp
+0
-1
modules/gui/qt4/dialogs/messages.hpp
modules/gui/qt4/dialogs/messages.hpp
+0
-6
modules/gui/qt4/dialogs/open.hpp
modules/gui/qt4/dialogs/open.hpp
+0
-1
modules/gui/qt4/dialogs/playlist.hpp
modules/gui/qt4/dialogs/playlist.hpp
+0
-4
modules/gui/qt4/dialogs/preferences.hpp
modules/gui/qt4/dialogs/preferences.hpp
+0
-4
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/sout.hpp
+0
-4
modules/gui/qt4/dialogs/vlm.hpp
modules/gui/qt4/dialogs/vlm.hpp
+0
-5
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/main_interface.hpp
+0
-3
modules/gui/qt4/menus.hpp
modules/gui/qt4/menus.hpp
+0
-3
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+0
-1
modules/gui/qt4/util/customwidgets.hpp
modules/gui/qt4/util/customwidgets.hpp
+0
-1
modules/gui/qt4/util/input_slider.hpp
modules/gui/qt4/util/input_slider.hpp
+0
-1
modules/gui/qt4/util/pictureflow.hpp
modules/gui/qt4/util/pictureflow.hpp
+0
-2
No files found.
modules/gui/qt4/components/complete_preferences.hpp
View file @
a3cec8ae
...
...
@@ -35,7 +35,6 @@
#include <QSet>
class
AdvPrefsPanel
;
class
QLabel
;
class
QVBoxLayout
;
class
PrefsItemData
:
public
QObject
...
...
modules/gui/qt4/components/controller.hpp
View file @
a3cec8ae
...
...
@@ -42,20 +42,12 @@
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a medium")
class
QPixmap
;
class
QLabel
;
class
QGridLayout
;
class
QBoxLayout
;
class
QHBoxLayout
;
class
QVBoxLayout
;
class
QAbstractSlider
;
class
QAbstractButton
;
class
SeekSlider
;
class
QToolButton
;
class
VolumeClickHandler
;
class
WidgetListing
;
class
QSignalMapper
;
...
...
modules/gui/qt4/components/controller_widget.hpp
View file @
a3cec8ae
...
...
@@ -38,7 +38,6 @@
class
QLabel
;
class
QFrame
;
class
QSpinBox
;
class
QAbstractSlider
;
/**
...
...
modules/gui/qt4/components/epg/EPGWidget.hpp
View file @
a3cec8ae
...
...
@@ -35,8 +35,6 @@
#include <QWidget>
#include <QStackedWidget>
class
QDateTime
;
class
EPGWidget
:
public
QWidget
{
Q_OBJECT
...
...
modules/gui/qt4/components/interface_widgets.hpp
View file @
a3cec8ae
...
...
@@ -45,11 +45,9 @@
#include <QPropertyAnimation>
#include <QLinkedList>
class
ResizeEvent
;
class
QPixmap
;
class
QHBoxLayout
;
class
QMenu
;
class
QSlider
;
class
SpeedControlWidget
;
struct
vout_window_t
;
/******************** Video Widget ****************/
...
...
modules/gui/qt4/components/open_panels.hpp
View file @
a3cec8ae
...
...
@@ -59,7 +59,6 @@ enum
class
QWidget
;
class
QLineEdit
;
class
QString
;
class
QStringListModel
;
class
QEvent
;
class
OpenPanel
:
public
QWidget
...
...
modules/gui/qt4/components/playlist/playlist.hpp
View file @
a3cec8ae
...
...
@@ -119,7 +119,6 @@ private:
};
class
VLCModel
;
class
QHBoxLayout
;
class
LocationBar
:
public
QWidget
{
...
...
modules/gui/qt4/components/playlist/playlist_model.hpp
View file @
a3cec8ae
...
...
@@ -44,7 +44,6 @@
#include <QAction>
class
PLItem
;
class
PLSelector
;
class
PlMimeData
;
class
PLModel
:
public
VLCModel
...
...
modules/gui/qt4/components/playlist/selector.hpp
View file @
a3cec8ae
...
...
@@ -37,7 +37,6 @@
class
QHBoxLayout
;
class
QPainter
;
class
QTreeWidgetItem
;
class
PlaylistWidget
;
class
QLabel
;
enum
SelectorItemType
{
...
...
modules/gui/qt4/components/playlist/standardpanel.hpp
View file @
a3cec8ae
...
...
@@ -38,8 +38,6 @@
#include <vlc_playlist.h>
/* playlist_item_t */
class
QSignalMapper
;
class
VLCProxyModel
;
class
QKeyEvent
;
class
QWheelEvent
;
class
QStackedLayout
;
class
QModelIndex
;
...
...
modules/gui/qt4/components/playlist/views.hpp
View file @
a3cec8ae
...
...
@@ -31,7 +31,6 @@
#include "util/pictureflow.hpp"
class
QPainter
;
class
QFont
;
class
AbstractPlViewItemDelegate
:
public
QStyledItemDelegate
{
...
...
modules/gui/qt4/components/preferences_widgets.hpp
View file @
a3cec8ae
...
...
@@ -50,8 +50,6 @@ class QTreeWidget;
class
QTreeWidgetItem
;
class
QGroupBox
;
class
QGridLayout
;
class
QDialogButtonBox
;
class
QVBoxLayout
;
class
QBoxLayout
;
class
SearchLineEdit
;
...
...
modules/gui/qt4/components/simple_preferences.hpp
View file @
a3cec8ae
...
...
@@ -64,10 +64,6 @@ enum {
};
class
ConfigControl
;
class
QComboBox
;
class
QLineEdit
;
class
QRadioButton
;
class
QCheckBox
;
class
QString
;
#ifdef _WIN32
...
...
modules/gui/qt4/dialogs/errors.hpp
View file @
a3cec8ae
...
...
@@ -27,9 +27,7 @@
#include "util/qvlcframe.hpp"
#include "util/singleton.hpp"
class
QPushButton
;
class
QCheckBox
;
class
QGridLayout
;
class
QTextEdit
;
class
ErrorsDialog
:
public
QVLCDialog
,
public
Singleton
<
ErrorsDialog
>
...
...
modules/gui/qt4/dialogs/extensions.hpp
View file @
a3cec8ae
...
...
@@ -38,7 +38,6 @@ class QKeyEvent;
class
ExtensionsDialogProvider
;
class
ExtensionDialog
;
class
WidgetMapper
;
class
ExtensionsDialogProvider
:
public
QObject
{
...
...
modules/gui/qt4/dialogs/messages.hpp
View file @
a3cec8ae
...
...
@@ -31,15 +31,9 @@
#include <vlc_atomic.h>
#include <QMutex>
class
QTabWidget
;
class
QPushButton
;
class
QSpinBox
;
class
QGridLayout
;
class
QLabel
;
class
QTextEdit
;
class
QTreeWidget
;
class
QTreeWidgetItem
;
class
QLineEdit
;
class
MsgEvent
;
class
MessagesDialog
:
public
QVLCFrame
,
public
Singleton
<
MessagesDialog
>
...
...
modules/gui/qt4/dialogs/open.hpp
View file @
a3cec8ae
...
...
@@ -53,7 +53,6 @@ enum {
class
QString
;
class
QTabWidget
;
class
OpenDialog
:
public
QVLCDialog
{
...
...
modules/gui/qt4/dialogs/playlist.hpp
View file @
a3cec8ae
...
...
@@ -30,10 +30,6 @@
#include <QModelIndex>
class
QSignalMapper
;
class
PLSelector
;
class
PLPanel
;
class
QSettings
;
class
QHideEvent
;
class
PlaylistDialog
:
public
QVLCMW
,
public
Singleton
<
PlaylistDialog
>
...
...
modules/gui/qt4/dialogs/preferences.hpp
View file @
a3cec8ae
...
...
@@ -29,19 +29,15 @@
class
PrefsTree
;
class
SPrefsCatList
;
class
AdvPrefsPanel
;
class
SPrefsPanel
;
class
QTreeWidgetItem
;
class
QTreeWidget
;
class
QGroupBox
;
class
QRadioButton
;
class
QWidget
;
class
QCheckBox
;
class
QLabel
;
class
SearchLineEdit
;
class
QStackedWidget
;
class
QSplitter
;
class
QScrollArea
;
class
PrefsDialog
:
public
QVLCDialog
{
...
...
modules/gui/qt4/dialogs/sout.hpp
View file @
a3cec8ae
...
...
@@ -36,10 +36,6 @@
#include <QWizard>
class
QPushButton
;
class
QToolButton
;
class
QCheckBox
;
class
QGridLayout
;
class
QTextEdit
;
class
SoutMrl
{
...
...
modules/gui/qt4/dialogs/vlm.hpp
View file @
a3cec8ae
...
...
@@ -53,15 +53,10 @@ enum{
class
QComboBox
;
class
QVBoxLayout
;
class
QStackedWidget
;
class
QLabel
;
class
QGridLayout
;
class
QLineEdit
;
class
QCheckBox
;
class
QToolButton
;
class
QGroupBox
;
class
QPushButton
;
class
QHBoxLayout
;
class
QDateTimeEdit
;
class
QSpinBox
;
class
VLMAWidget
;
...
...
modules/gui/qt4/main_interface.hpp
View file @
a3cec8ae
...
...
@@ -41,16 +41,13 @@ class QCloseEvent;
class
QKeyEvent
;
class
QLabel
;
class
QEvent
;
class
InputManager
;
class
VideoWidget
;
class
BackgroundWidget
;
class
PlaylistWidget
;
class
VisualSelector
;
class
AdvControlsWidget
;
class
ControlsWidget
;
class
InputControlsWidget
;
class
FullscreenControllerWidget
;
class
SpeedControlWidget
;
class
QVBoxLayout
;
class
QMenu
;
class
QSize
;
...
...
modules/gui/qt4/menus.hpp
View file @
a3cec8ae
...
...
@@ -33,9 +33,6 @@
using
namespace
std
;
class
QMenuBar
;
class
QSystemTrayIcon
;
class
MenuItemData
:
public
QObject
{
Q_OBJECT
...
...
modules/gui/qt4/qt4.hpp
View file @
a3cec8ae
...
...
@@ -68,7 +68,6 @@ enum{
};
class
QVLCApp
;
class
QMenu
;
class
MainInterface
;
class
QSettings
;
class
PLModel
;
...
...
modules/gui/qt4/util/customwidgets.hpp
View file @
a3cec8ae
...
...
@@ -40,7 +40,6 @@
#include "animators.hpp"
#include "qt4.hpp"
class
QPixmap
;
class
QWidget
;
class
QFramelessButton
:
public
QPushButton
...
...
modules/gui/qt4/util/input_slider.hpp
View file @
a3cec8ae
...
...
@@ -45,7 +45,6 @@ class QHideEvent;
class
QTimer
;
class
SeekPoints
;
class
QPropertyAnimation
;
class
QStyleOption
;
class
QCommonStyle
;
/* Input Slider derived from QSlider */
...
...
modules/gui/qt4/util/pictureflow.hpp
View file @
a3cec8ae
...
...
@@ -251,8 +251,6 @@ struct SlideInfo {
int
blend
;
};
class
PictureFlow
;
class
PictureFlowState
{
public:
...
...
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