Fix namespaced build
It is not allowed to include files within Qt namespace. Change-Id: I8b87cdc7093bdf0129acca263316f8ea3a037a90 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
This commit is contained in:
parent
dca3dd66b4
commit
b9ce354fb0
@ -312,8 +312,8 @@ void QPropertyAnimation::updateState(QAbstractAnimation::State newState,
|
||||
}
|
||||
}
|
||||
|
||||
#include "moc_qpropertyanimation.cpp"
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "moc_qpropertyanimation.cpp"
|
||||
|
||||
#endif //QT_NO_ANIMATION
|
||||
|
@ -82,8 +82,6 @@ Q_SIGNALS:
|
||||
void forcedSessionClose(const QNetworkConfiguration &config);
|
||||
};
|
||||
|
||||
#include "qnetworksession_impl.moc"
|
||||
|
||||
Q_GLOBAL_STATIC(QNetworkSessionManagerPrivate, sessionManager);
|
||||
|
||||
void QNetworkSessionPrivateImpl::syncStateWithInterface()
|
||||
@ -432,3 +430,5 @@ void QNetworkSessionPrivateImpl::decrementTimeout()
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include "qnetworksession_impl.moc"
|
||||
|
Loading…
Reference in New Issue
Block a user