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
d8c06cfd
Commit
d8c06cfd
authored
Jul 13, 2017
by
luyikei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing include config.h
parent
2afbd596
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
0 deletions
+25
-0
src/Backend/MLT/MLTParameterInfo.cpp
src/Backend/MLT/MLTParameterInfo.cpp
+4
-0
src/Gui/library/ClipLibraryView.cpp
src/Gui/library/ClipLibraryView.cpp
+5
-0
src/Gui/settings/FolderListWidget.cpp
src/Gui/settings/FolderListWidget.cpp
+4
-0
src/Gui/timeline/MarkerManager.cpp
src/Gui/timeline/MarkerManager.cpp
+4
-0
src/Gui/timeline/ThumbnailImageProvider.cpp
src/Gui/timeline/ThumbnailImageProvider.cpp
+4
-0
src/Gui/wizard/firstlaunch/MediaLibraryDirs.cpp
src/Gui/wizard/firstlaunch/MediaLibraryDirs.cpp
+4
-0
No files found.
src/Backend/MLT/MLTParameterInfo.cpp
View file @
d8c06cfd
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "MLTParameterInfo.h"
#include <mlt++/MltProperties.h>
...
...
src/Gui/library/ClipLibraryView.cpp
View file @
d8c06cfd
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "ClipLibraryView.h"
#include "Library/Library.h"
...
...
src/Gui/settings/FolderListWidget.cpp
View file @
d8c06cfd
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "FolderListWidget.h"
#include <QHeaderView>
...
...
src/Gui/timeline/MarkerManager.cpp
View file @
d8c06cfd
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "MarkerManager.h"
#include "Tools/VlmcDebug.h"
...
...
src/Gui/timeline/ThumbnailImageProvider.cpp
View file @
d8c06cfd
...
...
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "ThumbnailImageProvider.h"
#include "Library/Library.h"
...
...
src/Gui/wizard/firstlaunch/MediaLibraryDirs.cpp
View file @
d8c06cfd
...
...
@@ -20,6 +20,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "MediaLibraryDirs.h"
#include "Main/Core.h"
#include "Settings/Settings.h"
...
...
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