diff options
| author | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-08-12 08:27:19 +0300 |
|---|---|---|
| committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2019-08-13 09:11:56 +0300 |
| commit | bc30f5e23fb8edecd564e692e16f531815a75aae (patch) | |
| tree | 2b3c172765c2ed65e9c833f150d860dda5a13188 | |
| parent | bef4800768ca42003fabb117448500dabb5d795d (diff) | |
scenegraph: fix error: 'QOffscreenSurface' does not name a type
Change-Id: I41a8b30b316b038ed1e3910adb0254931f385a2a
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
| -rw-r--r-- | src/quick/scenegraph/qsgrhisupport_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/scenegraph/qsgrhisupport_p.h b/src/quick/scenegraph/qsgrhisupport_p.h index 48ad2f05ae..0e1881aa00 100644 --- a/src/quick/scenegraph/qsgrhisupport_p.h +++ b/src/quick/scenegraph/qsgrhisupport_p.h @@ -86,6 +86,7 @@ QT_BEGIN_NAMESPACE class QSGDefaultRenderContext; class QVulkanInstance; +class QOffscreenSurface; // Opting in/out of QRhi and choosing the default/requested backend is managed // by this singleton. This is because this information may be needed before |
