Fixed crashes from tests using xcb plugin with -qtnamespace.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Fri, 18 Nov 2011 01:49:45 +0000 (11:49 +1000)
committerQt Continuous Integration System <qt-info@nokia.com>
Fri, 18 Nov 2011 03:51:04 +0000 (04:51 +0100)
commitae4c28d8dc2a9e6c3c2dc83f75cf2b0e815459f3
tree0a647e1e11b69c8af250f18be8a2802af03756ed
parentfc3705cd04fcb3b2e876d606071423be948b98d1
Fixed crashes from tests using xcb plugin with -qtnamespace.

Use QT_BEGIN_NAMESPACE/QT_END_NAMESPACE consistently in xcb plugin.
Some, but not all, of the sources were already using QT_BEGIN_NAMESPACE.

Change-Id: I23b83cc88870fd4039437b733084ab86dd807356
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>