Network plugins: include mocs
Change-Id: I7a64d636f5588bda3633cbb3fb6213232c7654a4 Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>bb10
parent
40ee403e78
commit
e115d28ce7
|
|
@ -93,3 +93,5 @@ bool AndroidConnectivityManager::registerNatives() const
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_androidconnectivitymanager.cpp"
|
||||
|
|
|
|||
|
|
@ -264,3 +264,5 @@ void QNetworkListManagerEvents::emitWinRTUpdates()
|
|||
#endif // QT_CONFIG(cpp_winrt)
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qnetworklistmanagerevents.cpp"
|
||||
|
|
|
|||
|
|
@ -245,3 +245,5 @@ QHCertStorePointer QWindowsCaRootFetcher::createAdditionalStore() const
|
|||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qwindowscarootfetcher_p.cpp"
|
||||
|
|
|
|||
|
|
@ -357,3 +357,5 @@ QTlsPrivate::TlsCryptograph *QSecureTransportBackend::createTlsCryptograph() con
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
||||
#include "moc_qtlsbackend_st_p.cpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue