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
933c64fe
Commit
933c64fe
authored
Mar 01, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Project: remove unnecessary includes
parent
e2747a45
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
src/Project/ProjectManager.cpp
src/Project/ProjectManager.cpp
+1
-1
src/Project/ProjectManager.h
src/Project/ProjectManager.h
+1
-1
src/Project/Workspace.cpp
src/Project/Workspace.cpp
+2
-0
src/Project/Workspace.h
src/Project/Workspace.h
+1
-1
No files found.
src/Project/ProjectManager.cpp
View file @
933c64fe
...
...
@@ -33,7 +33,7 @@
#include "Workspace.h"
#include <QDir>
#include <Q
MessageBox
>
#include <Q
DomDocument
>
#include <errno.h>
#include <signal.h>
...
...
src/Project/ProjectManager.h
View file @
933c64fe
...
...
@@ -25,8 +25,8 @@
#include "config.h"
#include <QObject>
#include <QDomDocument>
#include <QStringList>
#include <QDomElement>
#include "Singleton.hpp"
...
...
src/Project/Workspace.cpp
View file @
933c64fe
...
...
@@ -29,6 +29,8 @@
#include "SettingsManager.h"
#include "VlmcDebug.h"
#include <QMutex>
#ifdef WITH_GUI
# include "NotificationZone.h"
# include <QMessageBox>
...
...
src/Project/Workspace.h
View file @
933c64fe
...
...
@@ -27,7 +27,6 @@
#include "ErrorHandler.h"
#include <QMutex>
#include <QObject>
#include <QQueue>
...
...
@@ -35,6 +34,7 @@ class Clip;
class
Media
;
class
QFileInfo
;
class
QMutex
;
class
Workspace
:
public
QObject
,
public
Singleton
<
Workspace
>
,
public
ErrorHandler
{
...
...
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