summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestxunitstreamer.cpp
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-03-24 07:04:23 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-03-24 07:12:03 (GMT)
commitf5caf1998dea7dbad25dc6aed5a00fc33e8a5818 (patch)
treec1ad751f7700343686ce1e7dd9c91e8f00f33397 /src/testlib/qtestxunitstreamer.cpp
parent738e8391bc6037f7949d59781a6b2c64f5ca6a8a (diff)
downloadQt-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.cpp')
-rw-r--r--src/testlib/qtestxunitstreamer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testlib/qtestxunitstreamer.cpp b/src/testlib/qtestxunitstreamer.cpp
index aa1b719..2d8b7c4 100644
--- a/src/testlib/qtestxunitstreamer.cpp
+++ b/src/testlib/qtestxunitstreamer.cpp
@@ -5,6 +5,8 @@
#include "QtTest/private/qtestresult_p.h"
#include "QtTest/private/qxmltestlogger_p.h"
+QT_BEGIN_NAMESPACE
+
QTestXunitStreamer::QTestXunitStreamer()
:QTestBasicStreamer()
{}
@@ -134,3 +136,6 @@ void QTestXunitStreamer::outputElements(QTestElement *element, bool) const
element = element->previousElement();
}
}
+
+QT_END_NAMESPACE
+