Details
-
Task
-
Resolution: Out of scope
-
P4: Low
-
None
-
None
Description
We support building Qt inside a namespace (using the -qtnamespace configure switch). This has implications for forward declarations, which must be wrapped in QT_
{BEGIN,END}NAMESPACE inside Qt and in QT_FORWARD_DECLARE
{CLASS,STRUCT}in code using such a namespaced Qt. These macros are not mentioned in the documentation, however.