summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-06-01 09:20:53 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-01 10:35:15 +0000
commitcd67fdd5caba5fee9d26ca5b9feaa6189acea721 (patch)
tree8a6125ea0fd08eeaa705ecab5666db840a58883e
parent828cdb1aab2517e0da386a57362b7615e8d3d106 (diff)
downloadqtwayland-cd67fdd5caba5fee9d26ca5b9feaa6189acea721.tar.gz
QWaylandXdgShellIntegrationPlugin: includemocs
Task-number: QTBUG-103295 Change-Id: I974dbcd67bc4a45cf18d0fdf197bcaeb12c633b4 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 6777d8c4e27771744d35dc0bbc2c4479b09903f7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 f32f78fc..7d776eb3 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"