Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLMC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLMC
Commits
d9305869
Commit
d9305869
authored
Jan 20, 2010
by
Hugo Beauzee-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using forward more declaration in ClipWorkflow.h
parent
01d377db
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
src/Workflow/ClipWorkflow.cpp
src/Workflow/ClipWorkflow.cpp
+2
-0
src/Workflow/ClipWorkflow.h
src/Workflow/ClipWorkflow.h
+6
-1
src/Workflow/ImageClipWorkflow.cpp
src/Workflow/ImageClipWorkflow.cpp
+1
-0
No files found.
src/Workflow/ClipWorkflow.cpp
View file @
d9305869
...
...
@@ -25,8 +25,10 @@
#include "MemoryPool.hpp"
#include "LightVideoFrame.h"
#include "Clip.h"
#include "VLCMediaPlayer.h"
#include "WaitCondition.hpp"
#include <QReadWriteLock>
#include <QWaitCondition>
#include <QtDebug>
...
...
src/Workflow/ClipWorkflow.h
View file @
d9305869
...
...
@@ -23,7 +23,6 @@
#ifndef CLIPWORKFLOW_H
#define CLIPWORKFLOW_H
#include "VLCMediaPlayer.h"
#include "mdate.h"
#include <QObject>
...
...
@@ -35,6 +34,12 @@ class Clip;
class
WaitCondition
;
class
LightVideoFrame
;
namespace
LibVLCpp
{
class
MediaPlayer
;
class
Media
;
}
class
ClipWorkflow
:
public
QObject
{
Q_OBJECT
...
...
src/Workflow/ImageClipWorkflow.cpp
View file @
d9305869
...
...
@@ -24,6 +24,7 @@
#include "Clip.h"
#include "LightVideoFrame.h"
#include "MainWorkflow.h"
#include "VLCMediaPlayer.h"
ImageClipWorkflow
::
ImageClipWorkflow
(
Clip
*
clip
)
:
ClipWorkflow
(
clip
),
...
...
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