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
11559bb3
Commit
11559bb3
authored
Mar 20, 2021
by
Vincent Pinon
Browse files
clang-tidy -fix: modernize-deprecated-headers
parent
5b1fd394
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/localeHandling.cpp
View file @
11559bb3
...
...
@@ -12,7 +12,7 @@ the Free Software Foundation, either version 3 of the License, or
#include <QtCore/QDebug>
#include <QtCore/QList>
#include <QtGlobal>
#include <locale
.h
>
#include <
c
locale>
auto
LocaleHandling
::
setLocale
(
const
QString
&
lcName
)
->
QString
{
...
...
src/mltconnection.cpp
View file @
11559bb3
...
...
@@ -18,8 +18,8 @@ the Free Software Foundation, either version 3 of the License, or
#include <klocalizedstring.h>
#include <QtConcurrent>
#include <clocale>
#include <lib/localeHandling.h>
#include <locale.h>
#include <mlt++/MltFactory.h>
#include <mlt++/MltRepository.h>
...
...
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