summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2022-05-31 20:26:32 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-01 10:35:27 +0000
commit8918b79cb49cc7bfb640f48ca106a0f8cd006c89 (patch)
tree5f3a5ec89e955b62fbf309d19bdba244c72d315b
parent8b9d7bcb2da5dbf93dec93ed61402ec63336487a (diff)
downloadqtwayland-8918b79cb49cc7bfb640f48ca106a0f8cd006c89.tar.gz
QtWaylandEglClientHwIntegrationPrivate: includemocs
Task-number: QTBUG-103295 Change-Id: I27804dc4a26050931ff7d99aaee319d88b254b00 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit c704956ad7e0a64a334017a6db8d16a84fb1136a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp b/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp
index 4389d894..01b878b7 100644
--- a/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp
+++ b/src/hardwareintegration/client/wayland-egl/qwaylandeglwindow.cpp
@@ -210,3 +210,5 @@ void QWaylandEglWindow::bindContentFBO()
}
QT_END_NAMESPACE
+
+#include "moc_qwaylandeglwindow_p.cpp"