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
effca2a2
Commit
effca2a2
authored
Nov 27, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: remove unnecessary includes
parent
d43cc653
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.cpp
+2
-7
modules/gui/qt4/qt4.hpp
modules/gui/qt4/qt4.hpp
+0
-1
No files found.
modules/gui/qt4/qt4.cpp
View file @
effca2a2
...
...
@@ -27,12 +27,7 @@
#endif
#include <QApplication>
#include <QLocale>
#include <QTranslator>
#include <QDate>
#include <QMutex>
#include <QMutexLocker>
#include <QWaitCondition>
#include "qt4.hpp"
...
...
@@ -51,7 +46,7 @@
#include "../../../share/vlc32x32-christmas.xpm"
#include <vlc_plugin.h>
#ifdef WIN32
#ifdef WIN32
/* For static builds */
#include <QtPlugin>
Q_IMPORT_PLUGIN
(
qjpeg
)
Q_IMPORT_PLUGIN
(
qtaccessiblewidgets
)
...
...
@@ -476,7 +471,6 @@ static void *Thread( void *obj )
MainInputManager
::
killInstance
();
/* Delete the application automatically */
#ifdef Q_WS_X11
free
(
display
);
...
...
@@ -563,3 +557,4 @@ static void WindowClose( vlc_object_t *p_obj )
msg_Dbg
(
p_obj
,
"releasing video..."
);
p_mi
->
releaseVideo
();
}
modules/gui/qt4/qt4.hpp
View file @
effca2a2
...
...
@@ -33,7 +33,6 @@
#include <vlc_interface.h>
/* intf_thread_t */
#include <vlc_playlist.h>
/* playlist_t */
#include <QEvent>
#include <QString>
#if ( QT_VERSION < 0x040400 )
...
...
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