aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-03-09 11:12:20 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-03-09 12:56:57 +0100
commite03a30ecec099e8b5dbe50ebde8d4bb56413eb81 (patch)
treedfec7f6cb569e49d3250d1f8dc6896666d983cec /tools
parent12ddd8da1b2dcfbbca10a6915547456601a726c0 (diff)
Add missing QPainterPath includes
.../qsgadaptationlayer_p.h(500): error C2079: 'QSGDistanceFieldGlyphCache::GlyphData::path' uses undefined class 'QPainterPath' .../splineeditor.cpp(168): error C2079: 'path' uses undefined class 'QPainterPath' Change-Id: I5f905aa31b24f71c65889047065ab43725fb6733 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmleasing/splineeditor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmleasing/splineeditor.cpp b/tools/qmleasing/splineeditor.cpp
index 3657fe3f27..e4d4562bee 100644
--- a/tools/qmleasing/splineeditor.cpp
+++ b/tools/qmleasing/splineeditor.cpp
@@ -30,6 +30,7 @@
#include "segmentproperties.h"
#include <QPainter>
+#include <QPainterPath>
#include <QMouseEvent>
#include <QContextMenuEvent>
#include <QDebug>