Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
05d30edf
Commit
05d30edf
authored
Oct 18, 2019
by
Yuri Chornoivan
Browse files
Fix minor EBN issues
parent
ed6110f2
Pipeline
#9133
passed with stage
in 16 minutes and 2 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/audiomixer/mixerwidget.cpp
View file @
05d30edf
...
...
@@ -27,7 +27,6 @@
#include "mlt++/MltProfile.h"
#include "core.h"
#include "kdenlivesettings.h"
#include "mixerwidget.hpp"
#include "mixermanager.hpp"
#include "audiolevelwidget.hpp"
#include "capture/mediacapture.h"
...
...
@@ -40,7 +39,6 @@
#include <QSlider>
#include <QDial>
#include <QSpinBox>
#include <QDial>
#include <QLabel>
#include <QStyle>
#include <QFontDatabase>
...
...
src/bin/bin.cpp
View file @
05d30edf
...
...
@@ -55,14 +55,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "undohelper.hpp"
#include "xml/xml.hpp"
#include "xml/xml.hpp"
#include <KColorScheme>
#include <KMessageBox>
#include <KXMLGUIFactory>
#include <QToolBar>
#include "kdenlive_debug.h"
#include <QCryptographicHash>
#include <QDesktopServices>
#include <QDrag>
...
...
src/core.cpp
View file @
05d30edf
...
...
@@ -37,8 +37,6 @@ the Free Software Foundation, either version 3 of the License, or
#include <QInputDialog>
#include <QDir>
#include <mlt++/MltRepository.h>
#include <locale>
#ifdef Q_OS_MAC
#include <xlocale.h>
...
...
src/dialogs/clipcreationdialog.cpp
View file @
05d30edf
...
...
@@ -46,7 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <KRecentDirs>
#include <KWindowConfig>
#include "kdenlive_debug.h"
#include <QDialog>
#include <QDir>
#include <QMimeDatabase>
...
...
src/jobs/cutclipjob.cpp
View file @
05d30edf
...
...
@@ -36,7 +36,6 @@
#include <KIO/RenameDialog>
#include <KLineEdit>
#include "kdenlive_debug.h"
#include <QApplication>
#include <QDialog>
#include <QPointer>
...
...
src/kdenlivesettings.kcfg
View file @
05d30edf
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<kcfg
xmlns=
"http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"
>
<kcfgfile/>
<group
name=
"bin"
>
<entry
name=
"treeviewheaders"
type=
"String"
>
...
...
Write
Preview
Supports
Markdown
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