-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
1.2.0
-
None
Affects all versions up to and including 1.2.
Our headers put all the Mobility classes into a namespace but this is hidden from moc and qdoc and so the documentation does not mention the namespace. If we had a "using namespace QtMobility" at the end of our headers this wouldn't be a problem but we don't so it creates confusion for first-time users of Mobility.
To be fair, Qt has the same issue if it's built in a namespace but the default for Qt is to not use a namespace.