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>
This commit is contained in:
Mårten Nordheim 2023-02-19 20:42:35 +01:00
parent 43a99beccd
commit f9180f6cd6

View File

@ -1632,4 +1632,4 @@ void QWaylandWindow::closeChildPopups() {
QT_END_NAMESPACE
#include "qwaylandwindow.moc"
#include "moc_qwaylandwindow_p.cpp"