summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2023-02-19 20:42:35 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-21 13:17:10 +0000
commitbca62233b707c3d0b167417aaa4df58bf44360d4 (patch)
treea75d077356fca05fccd48b054917cf8434cae8d3
parent78586aef91ce78615cf4ec6277e0047d9034b588 (diff)
downloadqtwayland-bca62233b707c3d0b167417aaa4df58bf44360d4.tar.gz
Fix automoc warning regarding include
There's no Q_OBJECT etc. in the .cpp file, so likely it was removed, or it was intended to include the moc file for the sake of the header. But moc-file for the header has another naming scheme. Change-Id: If1202537a40d746e263fd6e6f67e316a2cdb109e Reviewed-by: David Edmundson <davidedmundson@kde.org> (cherry picked from commit a328e2c5e0594ff476a9df2fcdc3b03894ff7a15) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/client/qwaylandwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwindow.cpp b/src/client/qwaylandwindow.cpp
index f5327c05..a109126d 100644
--- a/src/client/qwaylandwindow.cpp
+++ b/src/client/qwaylandwindow.cpp
@@ -1632,4 +1632,4 @@ void QWaylandWindow::closeChildPopups() {
QT_END_NAMESPACE
-#include "qwaylandwindow.moc"
+#include "moc_qwaylandwindow_p.cpp"