QEventDispatcherCoreFoundation: fix #include moc location in the file

They must be outside the Qt namespace.

Pick-to: 6.4
Change-Id: I3859764fed084846bcb0fffd17030ebc62812e09
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Thiago Macieira 2022-07-18 16:01:30 -07:00
parent dc45f2b759
commit 638893bea0

View File

@ -611,7 +611,7 @@ void QEventDispatcherCoreFoundation::invalidateTimer()
m_runLoopTimer = 0;
}
QT_END_NAMESPACE
#include "qeventdispatcher_cf.moc"
#include "moc_qeventdispatcher_cf_p.cpp"
QT_END_NAMESPACE