Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
91392b25
Commit
91392b25
authored
Mar 09, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: missing includes
parent
0469e383
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
modules/gui/qt4/dialogs/external.cpp
modules/gui/qt4/dialogs/external.cpp
+1
-0
modules/gui/qt4/dialogs/gototime.cpp
modules/gui/qt4/dialogs/gototime.cpp
+1
-0
modules/gui/qt4/dialogs/help.cpp
modules/gui/qt4/dialogs/help.cpp
+1
-0
modules/gui/qt4/dialogs/mediainfo.cpp
modules/gui/qt4/dialogs/mediainfo.cpp
+1
-0
modules/gui/qt4/dialogs/messages.cpp
modules/gui/qt4/dialogs/messages.cpp
+1
-0
No files found.
modules/gui/qt4/dialogs/external.cpp
View file @
91392b25
...
...
@@ -35,6 +35,7 @@
#include <QMessageBox>
#include <QProgressDialog>
#include <QMutex>
#include <QPushButton>
DialogHandler
::
DialogHandler
(
intf_thread_t
*
intf
,
QObject
*
_parent
)
:
QObject
(
_parent
),
intf
(
intf
),
...
...
modules/gui/qt4/dialogs/gototime.cpp
View file @
91392b25
...
...
@@ -33,6 +33,7 @@
#include <QTimeEdit>
#include <QGroupBox>
#include <QDialogButtonBox>
#include <QPushButton>
GotoTimeDialog
::
GotoTimeDialog
(
intf_thread_t
*
_p_intf
)
:
QVLCDialog
(
(
QWidget
*
)
_p_intf
->
p_sys
->
p_mi
,
_p_intf
)
...
...
modules/gui/qt4/dialogs/help.cpp
View file @
91392b25
...
...
@@ -44,6 +44,7 @@
#include <QEvent>
#include <QFileDialog>
#include <QDate>
#include <QPushButton>
#include <assert.h>
...
...
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
91392b25
...
...
@@ -33,6 +33,7 @@
#include <QGridLayout>
#include <QLineEdit>
#include <QLabel>
#include <QPushButton>
/* This Dialog has two main modes:
- General Mode that shows the current Played item, and the stats
...
...
modules/gui/qt4/dialogs/messages.cpp
View file @
91392b25
...
...
@@ -39,6 +39,7 @@
#include <QHeaderView>
#include <QMutex>
#include <QLineEdit>
#include <QPushButton>
#include <assert.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