summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-01 14:24:30 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-13 09:32:35 +0100
commitdecc4fb68dfb449e82dc0219365c95c130ede36f (patch)
tree26bca366249dcd6d24e92fb8e86dcea6685f5909 /src
parent6ec8ce9a06e5ccb16f5fc3a5f857425f3db87c80 (diff)
downloadqtwayland-decc4fb68dfb449e82dc0219365c95c130ede36f.tar.gz
Remove QWindow forward declarations in namespaces
They cause clashes in CMake Unity (Jumbo) builds. Pick-to: 6.5 Task-number: QTBUG-109394 Change-Id: Idc0d0baeef4b92f61ed67d9a850b5ad3422f9146 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/shellintegration/ivi-shell/qwaylandivisurface_p.h1
-rw-r--r--src/plugins/shellintegration/qt-shell/qwaylandqtsurface_p.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/shellintegration/ivi-shell/qwaylandivisurface_p.h b/src/plugins/shellintegration/ivi-shell/qwaylandivisurface_p.h
index 853897cd..fc97a835 100644
--- a/src/plugins/shellintegration/ivi-shell/qwaylandivisurface_p.h
+++ b/src/plugins/shellintegration/ivi-shell/qwaylandivisurface_p.h
@@ -14,7 +14,6 @@ namespace QtWaylandClient {
class QWaylandWindow;
class QWaylandInputDevice;
-class QWindow;
class QWaylandExtendedSurface;
class Q_WAYLANDCLIENT_EXPORT QWaylandIviSurface : public QtWayland::ivi_surface
diff --git a/src/plugins/shellintegration/qt-shell/qwaylandqtsurface_p.h b/src/plugins/shellintegration/qt-shell/qwaylandqtsurface_p.h
index 53c37f79..6431bd55 100644
--- a/src/plugins/shellintegration/qt-shell/qwaylandqtsurface_p.h
+++ b/src/plugins/shellintegration/qt-shell/qwaylandqtsurface_p.h
@@ -14,7 +14,6 @@ namespace QtWaylandClient {
class QWaylandWindow;
class QWaylandInputDevice;
-class QWindow;
class Q_WAYLANDCLIENT_EXPORT QWaylandQtSurface : public QWaylandShellSurface
, public QtWayland::zqt_shell_surface_v1