Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
e78befdc
Commit
e78befdc
authored
Jan 05, 2010
by
Jean-Baptiste Kempf
Committed by
Ludovic Fauvet
Jan 05, 2010
Browse files
Less includes in MainWindow.cpp
Signed-off-by:
Ludovic Fauvet
<
etix@l0cal.com
>
parent
796a3959
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/MainWindow.cpp
View file @
e78befdc
...
...
@@ -21,52 +21,48 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#include
<QLabel>
#include
<QSizePolicy>
#include
<QPalette>
#include
<QDockWidget>
#include
<QFileDialog>
#include
<QSlider>
#include
<QUndoView>
#include
<QMessageBox>
#include
<QDesktopServices>
#include
<QUrl>
#include
<QSettings>
#include
<QStringList>
#include
"MainWindow.h"
#include
"Library.h"
#include
"timeline/Timeline.h"
#include
"timeline/TracksView.h"
#include
"About.h"
#include
"DockWidgetManager.h"
#include
"ImportController.h"
#include
"ProjectManager.h"
#include
"KeyboardShortcut.h"
#include
"VlmcDebug.h"
#include
"MainWorkflow.h"
#include
"WorkflowFileRenderer.h"
#include
"WorkflowRenderer.h"
#include
"ClipRenderer.h"
#include
"EffectsEngine.h"
/* Widgets */
#include
"DockWidgetManager.h"
#include
"UndoStack.h"
#include
"ClipProperty.h"
#include
"PreviewWidget.h"
#include
"MediaLibraryWidget.h"
#include
"timeline/Timeline.h"
#include
"timeline/TracksView.h"
#include
"ImportController.h"
/* Settings / Preferences */
#include
"ProjectManager.h"
#include
"ProjectWizard.h"
#include
"PreferenceWidget.h"
#include
"ProjectPreferences.h"
#include
"ProjectManager.h"
#include
"VLMCPreferences.h"
#include
"VLMCSettingsDefault.h"
#include
"AudioProjectPreferences.h"
#include
"VideoProjectPreferences.h"
#include
"VLMCSettingsDefault.h"
#include
"ProjectSettingsDefault.h"
#include
"VLMCPreferences.h"
#include
"Import.h"
#include
"MediaLibraryWidget.h"
#include
"LanguagePreferences.h"
#include
"ProjectManager.h"
#include
"KeyboardShortcut.h"
#include
"Settings.h"
#include
"SettingValue.h"
#include
"SettingsManager.h"
#include
"VlmcDebug.h"
MainWindow
::
MainWindow
(
QWidget
*
parent
)
:
QMainWindow
(
parent
),
m_renderer
(
NULL
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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