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
luyikei
VLMC
Commits
51b34a72
Commit
51b34a72
authored
Mar 01, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commands: cleanup the includes
parent
8a6a032b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
12 deletions
+16
-12
src/Commands/Commands.cpp
src/Commands/Commands.cpp
+9
-8
src/Commands/Commands.h
src/Commands/Commands.h
+4
-2
src/Commands/KeyboardShortcutHelper.cpp
src/Commands/KeyboardShortcutHelper.cpp
+3
-2
No files found.
src/Commands/Commands.cpp
View file @
51b34a72
...
...
@@ -21,18 +21,19 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include "config.h"
#include "Commands.h"
#include "config.h"
#include "Clip.h"
#include "ClipHelper.h"
#include "EffectHelper.h"
#include "EffectInstance.h"
#include "MainWorkflow.h"
#include "TrackWorkflow.h"
#include "Media/Clip.h"
#include "Workflow/ClipHelper.h"
#include "EffectsEngine/EffectHelper.h"
#include "EffectsEngine/EffectInstance.h"
#include "Workflow/MainWorkflow.h"
#include "Workflow/TrackWorkflow.h"
#ifdef WITH_GUI
# include "UndoStack.h"
# include "
Gui/
UndoStack.h"
void
Commands
::
trigger
(
QUndoCommand
*
command
)
...
...
src/Commands/Commands.h
View file @
51b34a72
...
...
@@ -25,13 +25,15 @@
#define COMMANDS_H
#include "config.h"
#ifdef WITH_GUI
# include <QUndoCommand>
#endif
#include <QObject>
#include <QVector>
#include "MainWorkflow.h"
#include "Types.h"
#include "Workflow/MainWorkflow.h"
#include "Workflow/Types.h"
class
Clip
;
class
ClipHelper
;
...
...
src/Commands/KeyboardShortcutHelper.cpp
View file @
51b34a72
...
...
@@ -22,10 +22,11 @@
#include <QAction>
#include "SettingValue.h"
#include "SettingsManager.h"
#include "KeyboardShortcutHelper.h"
#include "Settings/SettingValue.h"
#include "Settings/SettingsManager.h"
KeyboardShortcutHelper
::
KeyboardShortcutHelper
(
const
QString
&
name
,
QWidget
*
parent
)
:
QShortcut
(
parent
),
m_name
(
name
),
...
...
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