Core: include mocs
Change-Id: If116c090450836007dca826fba1754058fc754c0 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
parent
0e007efd7f
commit
8fe793fe4b
@ -218,3 +218,5 @@ void QKqueueFileSystemWatcherEngine::readFromKqueue()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qfilesystemwatcher_kqueue_p.cpp"
|
||||
|
@ -708,3 +708,4 @@ void QWindowsFileSystemWatcherEngineThread::wakeup()
|
||||
QT_END_NAMESPACE
|
||||
|
||||
# include "qfilesystemwatcher_win.moc"
|
||||
# include "moc_qfilesystemwatcher_win_p.cpp"
|
||||
|
@ -511,3 +511,5 @@ bool QWindowsPipeReader::waitForNotification()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qwindowspipereader_p.cpp"
|
||||
|
@ -314,3 +314,5 @@ bool QWindowsPipeWriter::consumePendingAndEmit(bool allowWinActPosting)
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qwindowspipewriter_p.cpp"
|
||||
|
@ -906,3 +906,5 @@ void QEventDispatcherWasm::runOnMainThreadAsync(std::function<void(void)> fn)
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qeventdispatcher_wasm_p.cpp"
|
||||
|
@ -906,3 +906,5 @@ HWND QEventDispatcherWin32::internalHwnd()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qeventdispatcher_win_p.cpp"
|
||||
|
@ -248,3 +248,5 @@ void QWinEventNotifierPrivate::waitCallback(PTP_CALLBACK_INSTANCE instance, PVOI
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qwineventnotifier.cpp"
|
||||
|
@ -1186,3 +1186,5 @@ bool QtAndroidPrivate::registerPermissionNatives()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qandroidextras_p.cpp"
|
||||
|
@ -113,3 +113,5 @@ QCtfTracePointPrivate *_initialize_tracepoint(const QCtfTracePointEvent &point)
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qctf_p.cpp"
|
||||
|
Loading…
Reference in New Issue
Block a user