summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2023-02-19 20:42:35 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2023-02-21 12:55:09 +0100
commita328e2c5e0594ff476a9df2fcdc3b03894ff7a15 (patch)
tree9546a192e04965c0d2df5efe20aeaa56a60de19c /src
parentbaada964fa554bd06d6f8ce2d1afd88902ea73b5 (diff)
downloadqtwayland-a328e2c5e0594ff476a9df2fcdc3b03894ff7a15.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. Pick-to: 6.5 Change-Id: If1202537a40d746e263fd6e6f67e316a2cdb109e Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src')
-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"