QEventDispatcherCoreFoundation: fix #include moc location in the file

They must be outside the Qt namespace.

Change-Id: I3859764fed084846bcb0fffd17030ebc62812e09
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 638893bea083b619b73b33a7dd5589fb2c4c4242)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Thiago Macieira 2022-07-18 16:01:30 -07:00 committed by Qt Cherry-pick Bot
parent d67deb7a11
commit af799ced01

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