aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-11 01:00:07 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-11 01:00:07 +0100
commit9bd034ea01d01dcc4598c3e3e25e91d0b53a2cda (patch)
tree5b7ca3a1477b0d7733a16abcecf85043a88c442d /tools
parent707f78086982f15dc4b2d6129f0b983d01cb9626 (diff)
parent1d79bef288623fca8c7cc3fc2c49860b6e2abedb (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'tools')
-rw-r--r--tools/qmleasing/splineeditor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qmleasing/splineeditor.cpp b/tools/qmleasing/splineeditor.cpp
index 3657fe3f27..c1afbbb441 100644
--- a/tools/qmleasing/splineeditor.cpp
+++ b/tools/qmleasing/splineeditor.cpp
@@ -30,11 +30,13 @@
#include "segmentproperties.h"
#include <QPainter>
+#include <QPainterPath>
#include <QMouseEvent>
#include <QContextMenuEvent>
#include <QDebug>
#include <QApplication>
#include <QVector>
+#include <QPainterPath>
const int canvasWidth = 640;
const int canvasHeight = 320;