Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
52abb378
Commit
52abb378
authored
Mar 01, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean includes related to WorkflowRenderer
parent
abb12d8b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
12 deletions
+10
-12
src/Gui/MainWindow.cpp
src/Gui/MainWindow.cpp
+1
-0
src/Main/vlmc.cpp
src/Main/vlmc.cpp
+1
-1
src/Renderer/WorkflowFileRenderer.h
src/Renderer/WorkflowFileRenderer.h
+0
-3
src/Renderer/WorkflowRenderer.cpp
src/Renderer/WorkflowRenderer.cpp
+8
-8
No files found.
src/Gui/MainWindow.cpp
View file @
52abb378
...
...
@@ -46,6 +46,7 @@
#include "Renderer/WorkflowFileRenderer.h"
#include "Renderer/WorkflowRenderer.h"
#include "Renderer/ClipRenderer.h"
#include "WorkflowFileRendererDialog.h"
/* Widgets */
#include "DockWidgetManager.h"
...
...
src/Main/vlmc.cpp
View file @
52abb378
...
...
@@ -38,7 +38,7 @@ int VLMCmain( int , char** );
#if defined(WITH_CRASHHANDLER) && defined(Q_OS_UNIX)
#ifdef WITH_GUI
#include "project/GuiProjectManager.h"
#include "
Gui/
project/GuiProjectManager.h"
#ifdef WITH_CRASHHANDLER_GUI
#include "CrashHandler.h"
#endif
...
...
src/Renderer/WorkflowFileRenderer.h
View file @
52abb378
...
...
@@ -27,9 +27,6 @@
#include "Backend/ISourceRenderer.h"
#include "Workflow/MainWorkflow.h"
#include "WorkflowRenderer.h"
#ifdef WITH_GUI
#include "WorkflowFileRendererDialog.h"
#endif
#include <QTime>
...
...
src/Renderer/WorkflowRenderer.cpp
View file @
52abb378
...
...
@@ -23,6 +23,14 @@
//Allow PRId64 to be defined:
#define __STDC_FORMAT_MACROS
#include <QDomElement>
#include <QThread>
#include <QWaitCondition>
#include <inttypes.h>
#include "VLCMedia.h"
#include "VLCMediaPlayer.h"
#include "WorkflowRenderer.h"
#include "Media/Clip.h"
...
...
@@ -33,16 +41,8 @@
#include "Workflow/MainWorkflow.h"
#include "Gui/preview/RenderWidget.h"
#include "Settings/SettingsManager.h"
#include "VLCMedia.h"
#include "VLCMediaPlayer.h"
#include "Tools/VlmcDebug.h"
#include "Workflow/Types.h"
#include "timeline/Timeline.h"
#include <QDomElement>
#include <QThread>
#include <QWaitCondition>
#include <inttypes.h>
WorkflowRenderer
::
WorkflowRenderer
(
Backend
::
IBackend
*
backend
)
:
m_mainWorkflow
(
MainWorkflow
::
getInstance
()
),
...
...
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