Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
01d377db
Commit
01d377db
authored
Jan 20, 2010
by
Hugo Beauzee-Luyssen
Browse files
Using forward declarations in VLCMedia
parent
abd95c75
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/Gui/MainWindow.cpp
View file @
01d377db
...
...
@@ -64,6 +64,9 @@
#include
"Settings.h"
#include
"SettingsManager.h"
/* VLCpp */
#include
"VLCInstance.h"
MainWindow
::
MainWindow
(
QWidget
*
parent
)
:
QMainWindow
(
parent
),
m_renderer
(
NULL
)
{
...
...
src/LibVLCpp/VLCMedia.cpp
View file @
01d377db
...
...
@@ -23,6 +23,7 @@
#include
<QtDebug>
#include
<cassert>
#include
"VLCMedia.h"
#include
"VLCInstance.h"
using
namespace
LibVLCpp
;
...
...
src/LibVLCpp/VLCMedia.h
View file @
01d377db
...
...
@@ -30,7 +30,6 @@
#include
"VLCpp.hpp"
#include
"VLCException.h"
#include
"VLCInstance.h"
namespace
LibVLCpp
{
...
...
Write
Preview
Supports
Markdown
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