summaryrefslogtreecommitdiff
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
parente472d9e935238cf097ac1df3726e2da3e2fdcb46 (diff)
downloadqtquickcontrols-0f3d4118e607a6b8b4d1090489a2277f33019a05.tar.gz
Add missing includes
Change-Id: I9ad8cdc6b603896932619aba8afbef6ab12717ed Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
-rw-r--r--src/controls/plugin.cpp1
-rw-r--r--src/extras/Styles/Flat/qquicktexthandle.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/plugin.cpp b/src/controls/plugin.cpp
index 446357aa..529fb96d 100644
--- a/src/controls/plugin.cpp
+++ b/src/controls/plugin.cpp
@@ -65,6 +65,7 @@
#include "Private/qquickstyleitem_p.h"
#endif
+#include <QtCore/qfile.h>
#ifndef QT_NO_TRANSLATION
#include <QtCore/qcoreapplication.h>
#include <QtCore/qlibraryinfo.h>
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)
{