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
453cf95a
Commit
453cf95a
authored
Oct 22, 2020
by
Jean-Baptiste Mardelle
Browse files
Remove deprecated KF5 call
parent
978b4225
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/generators/generators.cpp
View file @
453cf95a
...
@@ -34,7 +34,6 @@
...
@@ -34,7 +34,6 @@
#include
"core.h"
#include
"core.h"
#include
"klocalizedstring.h"
#include
"klocalizedstring.h"
#include
"kxmlgui_version.h"
#include
"profiles/profilemodel.hpp"
#include
"profiles/profilemodel.hpp"
#include
<KMessageBox>
#include
<KMessageBox>
#include
<KRecentDirs>
#include
<KRecentDirs>
...
...
src/monitor/glwidget.cpp
View file @
453cf95a
...
@@ -100,9 +100,9 @@ GLWidget::GLWidget(int id, QObject *parent)
...
@@ -100,9 +100,9 @@ GLWidget::GLWidget(int id, QObject *parent)
,
m_ClientWaitSync
(
nullptr
)
,
m_ClientWaitSync
(
nullptr
)
{
{
KDeclarative
::
KDeclarative
kdeclarative
;
KDeclarative
::
KDeclarative
kdeclarative
;
kdeclarative
.
setDeclarativeEngine
(
engine
());
kdeclarative
.
setupEngine
(
engine
());
kdeclarative
.
setupEngine
(
engine
());
kdeclarative
.
setupContext
();
KLocalizedContext
*
localizedContextObject
=
new
KLocalizedContext
(
engine
());
engine
()
->
rootContext
()
->
setContextObject
(
localizedContextObject
);
m_texture
[
0
]
=
m_texture
[
1
]
=
m_texture
[
2
]
=
0
;
m_texture
[
0
]
=
m_texture
[
1
]
=
m_texture
[
2
]
=
0
;
qRegisterMetaType
<
Mlt
::
Frame
>
(
"Mlt::Frame"
);
qRegisterMetaType
<
Mlt
::
Frame
>
(
"Mlt::Frame"
);
...
...
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