fix namespaced build
Change-Id: Ibd16658ef800afe1dec01311cc4ef1a9a6d83929 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>bb10
parent
fb326ae126
commit
0a8a759822
|
|
@ -93,8 +93,8 @@ bool QBearerEngine::configurationsInUse() const
|
|||
|| hasUsedConfiguration(userChoiceConfigurations);
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qbearerengine_p.cpp"
|
||||
|
||||
#endif // QT_NO_BEARERMANAGEMENT
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -378,8 +378,8 @@ void QNetworkConfigurationManager::updateConfigurations()
|
|||
priv->performAsyncConfigurationUpdate();
|
||||
}
|
||||
|
||||
#include "moc_qnetworkconfigmanager.cpp"
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qnetworkconfigmanager.cpp"
|
||||
|
||||
#endif // QT_NO_BEARERMANAGEMENT
|
||||
|
|
|
|||
|
|
@ -749,8 +749,8 @@ void QNetworkSession::disconnectNotify(const QMetaMethod &signal)
|
|||
d->setALREnabled(false);
|
||||
}
|
||||
|
||||
#include "moc_qnetworksession.cpp"
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qnetworksession.cpp"
|
||||
|
||||
#endif // QT_NO_BEARERMANAGEMENT
|
||||
|
|
|
|||
Loading…
Reference in New Issue