aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-02 14:14:37 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-03 06:38:28 +0000
commit587662a74088bafa56ba4cf551d1e92f54200d21 (patch)
treea6d65be7e0662148dda743100f9de40115c0ac67
parent4946a6ebc39e3070ab846f288a6e980b46e98277 (diff)
Remove superfluous include directive
It is not conforming to the include conventions (module missing) and thus breaks the Qt for Python doc build. Introduced by 48b4c1f450109b148f03f62574d78b460859c4a1. Change-Id: I1ff56a967c457f1909b7f6e2e430458e3a3f47c9 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit ecd54e68b90ad7022d1bdb71f1c1640ab392adae) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quick/items/qquickrendercontrol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/items/qquickrendercontrol.h b/src/quick/items/qquickrendercontrol.h
index e00c6b2dee..160aad73ab 100644
--- a/src/quick/items/qquickrendercontrol.h
+++ b/src/quick/items/qquickrendercontrol.h
@@ -43,7 +43,6 @@
#include <QtCore/qobject.h>
#include <QtQuick/qtquickglobal.h>
#include <QtGui/qimage.h>
-#include <QObject>
QT_BEGIN_NAMESPACE