summaryrefslogtreecommitdiffstats
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:26:56 +0000
commit106616a80b1a979029b73b0eeda6f2045484d31d (patch)
tree1cf1639926ca36a84ac76f142f2b22766ebadbc6
parent2c2b616caf0369cc7a297fd683fb04165807c1cb (diff)
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 e11745505..caa050e47 100644
--- a/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp
+++ b/src/plugins/shellintegration/xdg-shell/qwaylandxdgshell.cpp
@@ -523,3 +523,5 @@ void QWaylandXdgShell::handleRegistryGlobal(void *data, wl_registry *registry, u
}
QT_END_NAMESPACE
+
+#include "moc_qwaylandxdgshell_p.cpp"