Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
4.7.2
-
None
-
s60 3.x, 5.x and symbian^3
-
f86e014bb6f2754bfed33106021a809ca8c2ce73
Description
There is an addition to the header qnetworksession.h for metatype declarations.
Q_DECLARE_METATYPE(QNetworkSession::State)
Q_DECLARE_METATYPE(QNetworkSession::SessionError)
The declarations do not resolve correctly when QT_MOBILITY_BEARER is defined, because QtMobility classes have default namespace set.
Suggested solution is either flag out the namespace declaration from the QtMobility path of the header or do separate declarations for both. The latter would mean that update would be needed to QtMobility QtBearer header as well to keep the header content align.