summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative/0002-scenegraph-fix-error-QOffscreenSurface-does-not-name.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative/0002-scenegraph-fix-error-QOffscreenSurface-does-not-name.patch')
-rw-r--r--recipes-qt/qt5/qtdeclarative/0002-scenegraph-fix-error-QOffscreenSurface-does-not-name.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-qt/qt5/qtdeclarative/0002-scenegraph-fix-error-QOffscreenSurface-does-not-name.patch b/recipes-qt/qt5/qtdeclarative/0002-scenegraph-fix-error-QOffscreenSurface-does-not-name.patch
deleted file mode 100644
index 3de99517..00000000
--- a/recipes-qt/qt5/qtdeclarative/0002-scenegraph-fix-error-QOffscreenSurface-does-not-name.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1From 258a0c6a231f2f853858229e9e069aae71290bba Mon Sep 17 00:00:00 2001
2From: Mikko Gronoff <mikko.gronoff@qt.io>
3Date: Mon, 12 Aug 2019 08:27:19 +0300
4Subject: [PATCH] scenegraph: fix error: 'QOffscreenSurface' does not name a
5 type
6
7Change-Id: I41a8b30b316b038ed1e3910adb0254931f385a2a
8---
9 src/quick/scenegraph/qsgrhisupport_p.h | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/src/quick/scenegraph/qsgrhisupport_p.h b/src/quick/scenegraph/qsgrhisupport_p.h
13index 48ad2f0..0e1881a 100644
14--- a/src/quick/scenegraph/qsgrhisupport_p.h
15+++ b/src/quick/scenegraph/qsgrhisupport_p.h
16@@ -86,6 +86,7 @@ QT_BEGIN_NAMESPACE
17
18 class QSGDefaultRenderContext;
19 class QVulkanInstance;
20+class QOffscreenSurface;
21
22 // Opting in/out of QRhi and choosing the default/requested backend is managed
23 // by this singleton. This is because this information may be needed before