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
e95533c7
Commit
e95533c7
authored
Mar 21, 2020
by
Antonio Rojas
Browse files
Fix build with Qt 5.15
Differential Revision:
https://phabricator.kde.org/D28173
parent
a240f282
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/assets/view/widgets/curves/bezier/beziersplineeditor.cpp
View file @
e95533c7
...
...
@@ -24,6 +24,7 @@
#include <QMouseEvent>
#include <QPainter>
#include <QPainterPath>
BezierSplineEditor
::
BezierSplineEditor
(
QWidget
*
parent
)
:
AbstractCurveWidget
(
parent
)
...
...
src/bin/abstractprojectitem.cpp
View file @
e95533c7
...
...
@@ -32,6 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "jobs/thumbjob.hpp"
#include <QPainter>
#include <QPainterPath>
#include <QVariant>
#include <utility>
AbstractProjectItem
::
AbstractProjectItem
(
PROJECTITEMTYPE
type
,
QString
id
,
const
std
::
shared_ptr
<
ProjectItemModel
>
&
model
,
bool
isRoot
)
...
...
src/titler/gradientwidget.cpp
View file @
e95533c7
...
...
@@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <QLinearGradient>
#include <QPainter>
#include <QPainterPath>
#include <QPixmap>
#include <QtMath>
...
...
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