summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-05-31 20:26:31 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-01 10:26:50 +0000
commit2c2b616caf0369cc7a297fd683fb04165807c1cb (patch)
treeb4b52721ee82540da469a66aa202d97527149337
parent76013196501b7adbe890e231c6d2a39f795034e6 (diff)
QtWlShellIntegrationPrivate: includemocs
Task-number: QTBUG-103295 Change-Id: I000dd8b5fa13747acfa8c12df4203dfdaa48b9c4 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 423fc5ed706ca3d91f8919ef7767a28ac3a6f2e0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/plugins/shellintegration/wl-shell/qwaylandwlshellsurface.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/shellintegration/wl-shell/qwaylandwlshellsurface.cpp b/src/plugins/shellintegration/wl-shell/qwaylandwlshellsurface.cpp
index 35ef06c6b..155eeef4e 100644
--- a/src/plugins/shellintegration/wl-shell/qwaylandwlshellsurface.cpp
+++ b/src/plugins/shellintegration/wl-shell/qwaylandwlshellsurface.cpp
@@ -288,3 +288,5 @@ void QWaylandWlShellSurface::shell_surface_popup_done()
}
QT_END_NAMESPACE
+
+#include "moc_qwaylandwlshellsurface_p.cpp"