summaryrefslogtreecommitdiff
path: root/src/extras/Styles/Flat/qquicktexthandle.cpp
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@qt.io>2020-03-23 14:44:20 +0100
committerJan Arve Saether <jan-arve.saether@qt.io>2020-03-27 12:14:55 +0100
commit0f3d4118e607a6b8b4d1090489a2277f33019a05 (patch)
tree6a2ec4f5be8df241ea14ab79fc53eb28b559afe7 /src/extras/Styles/Flat/qquicktexthandle.cpp
parente472d9e935238cf097ac1df3726e2da3e2fdcb46 (diff)
downloadqtquickcontrols-0f3d4118e607a6b8b4d1090489a2277f33019a05.tar.gz
Add missing includes
Change-Id: I9ad8cdc6b603896932619aba8afbef6ab12717ed Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/extras/Styles/Flat/qquicktexthandle.cpp')
-rw-r--r--src/extras/Styles/Flat/qquicktexthandle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extras/Styles/Flat/qquicktexthandle.cpp b/src/extras/Styles/Flat/qquicktexthandle.cpp
index 6b8acb17..60393e9e 100644
--- a/src/extras/Styles/Flat/qquicktexthandle.cpp
+++ b/src/extras/Styles/Flat/qquicktexthandle.cpp
@@ -39,6 +39,8 @@
#include "qquicktexthandle.h"
+#include <QtGui/qpainterpath.h>
+
QQuickTextHandle::QQuickTextHandle(QQuickItem *parent) :
QQuickPaintedItem(parent)
{