aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickrendercontrol.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-08-17 10:59:47 +0200
committerLars Knoll <lars.knoll@qt.io>2020-08-23 20:50:04 +0200
commit48b4c1f450109b148f03f62574d78b460859c4a1 (patch)
treebbd5f5f2e123444c28179e5886684535c8d09830 /src/quick/items/qquickrendercontrol.h
parentf7100fbaaceb7c74b164a9130218a197454433cf (diff)
Adapt to qtbase changes
The internal QVariant constructor taking a QMetaTypeId has been removed. Thus, construct QMetaTypes where necessary from the id, or avoid a QMetaType -> ID -> QMetaType roundtrip where we already have a metatype. Also fix a few missing includse that were previously transitively included. Change-Id: I56ce92281d616108a4ff80fe5052b919d1282357 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@qt.io>
Diffstat (limited to 'src/quick/items/qquickrendercontrol.h')
-rw-r--r--src/quick/items/qquickrendercontrol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickrendercontrol.h b/src/quick/items/qquickrendercontrol.h
index 6284203be3..81e5417f19 100644
--- a/src/quick/items/qquickrendercontrol.h
+++ b/src/quick/items/qquickrendercontrol.h
@@ -42,6 +42,7 @@
#include <QtQuick/qtquickglobal.h>
#include <QtGui/qimage.h>
+#include <QObject>
QT_BEGIN_NAMESPACE