summaryrefslogtreecommitdiff
path: root/src/hardwareintegration
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2021-06-17 16:15:59 +0200
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2021-06-18 16:17:04 +0200
commite02de249869610227eed70c089d048115a434964 (patch)
tree211f5a1ce5368f0dd01052ad96455765c9836fb3 /src/hardwareintegration
parent8635e863b0993f96884c5ae36ed81164591f0e8d (diff)
downloadqtwayland-e02de249869610227eed70c089d048115a434964.tar.gz
Remove forward declaration for classes that don't exist anymore
Change-Id: I06bd8056a9892d0affe92ddc262def9d42a471fa Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/hardwareintegration')
-rw-r--r--src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h1
-rw-r--r--src/hardwareintegration/client/wayland-egl/qwaylandglcontext_p.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h b/src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h
index d95ea941..f0f99356 100644
--- a/src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h
+++ b/src/hardwareintegration/client/brcm-egl/qwaylandbrcmglcontext.h
@@ -51,7 +51,6 @@ QT_BEGIN_NAMESPACE
namespace QtWaylandClient {
class QWaylandWindow;
-class QWaylandGLWindowSurface;
class QWaylandBrcmGLContext : public QPlatformOpenGLContext {
public:
diff --git a/src/hardwareintegration/client/wayland-egl/qwaylandglcontext_p.h b/src/hardwareintegration/client/wayland-egl/qwaylandglcontext_p.h
index 0d93c49d..678a7695 100644
--- a/src/hardwareintegration/client/wayland-egl/qwaylandglcontext_p.h
+++ b/src/hardwareintegration/client/wayland-egl/qwaylandglcontext_p.h
@@ -65,7 +65,6 @@ class QOpenGLTextureCache;
namespace QtWaylandClient {
class QWaylandWindow;
-class QWaylandGLWindowSurface;
class DecorationsBlitter;
class Q_WAYLAND_CLIENT_EXPORT QWaylandGLContext : public QEGLPlatformContext