diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-03-24 07:04:23 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-03-24 07:12:03 (GMT) |
commit | f5caf1998dea7dbad25dc6aed5a00fc33e8a5818 (patch) | |
tree | c1ad751f7700343686ce1e7dd9c91e8f00f33397 /src/testlib/qtestxunitstreamer.h | |
parent | 738e8391bc6037f7949d59781a6b2c64f5ca6a8a (diff) | |
download | Qt-f5caf1998dea7dbad25dc6aed5a00fc33e8a5818.zip Qt-f5caf1998dea7dbad25dc6aed5a00fc33e8a5818.tar.gz Qt-f5caf1998dea7dbad25dc6aed5a00fc33e8a5818.tar.bz2 |
Fixes compile of testlib when Qt is configured with `-qtnamespace'.
Reviewed-by: Andy Shaw
Diffstat (limited to 'src/testlib/qtestxunitstreamer.h')
-rw-r--r-- | src/testlib/qtestxunitstreamer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testlib/qtestxunitstreamer.h b/src/testlib/qtestxunitstreamer.h index 02c65fc..1ce9576 100644 --- a/src/testlib/qtestxunitstreamer.h +++ b/src/testlib/qtestxunitstreamer.h @@ -3,6 +3,8 @@ #include "qtestbasicstreamer.h" +QT_BEGIN_NAMESPACE + class QTestLogger; class QTestXunitStreamer: public QTestBasicStreamer @@ -23,4 +25,6 @@ class QTestXunitStreamer: public QTestBasicStreamer static void indentForElement(const QTestElement* element, char* buf, int size); }; +QT_END_NAMESPACE + #endif |