summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-06-01 09:20:53 +0200
committerLiang Qi <liang.qi@qt.io>2022-06-01 10:57:57 +0200
commit6777d8c4e27771744d35dc0bbc2c4479b09903f7 (patch)
tree4be810737b4bff50283e1bb246ab21b4efd844e6
parent423fc5ed706ca3d91f8919ef7767a28ac3a6f2e0 (diff)
downloadqtwayland-6777d8c4e27771744d35dc0bbc2c4479b09903f7.tar.gz
QWaylandXdgShellIntegrationPlugin: includemocs
Pick-to: 6.3 6.2 5.15 Task-number: QTBUG-103295 Change-Id: I974dbcd67bc4a45cf18d0fdf197bcaeb12c633b4 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
-rw-r--r--src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp b/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp
index c07373f6..363555a8 100644
--- a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp
+++ b/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp
@@ -581,3 +581,5 @@ void QWaylandXdgShell::handleRegistryGlobal(void *data, wl_registry *registry, u
}
QT_END_NAMESPACE
+
+#include "moc_qwaylandxdgshell_p.cpp"