summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestfilelogger.h
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/qtestfilelogger.h
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/qtestfilelogger.h')
-rw-r--r--src/testlib/qtestfilelogger.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testlib/qtestfilelogger.h b/src/testlib/qtestfilelogger.h
index 1805134..4dca090 100644
--- a/src/testlib/qtestfilelogger.h
+++ b/src/testlib/qtestfilelogger.h
@@ -1,6 +1,10 @@
#ifndef QTESTFILELOGGER_H
#define QTESTFILELOGGER_H
+#include <QtCore/qglobal.h>
+
+QT_BEGIN_NAMESPACE
+
class QTestFileLogger
{
public:
@@ -11,4 +15,6 @@ class QTestFileLogger
void flush(const char *msg);
};
+QT_END_NAMESPACE
+
#endif // QTESTFILELOGGER_H