summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestbasicstreamer.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-06-04 15:27:17 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-06-04 15:28:43 +0200
commit0d47438a75bef93ac15aba011d7bf931791e32f9 (patch)
tree0d5441d1a4ddd197984baf8f23897e993fb6996a /src/testlib/qtestbasicstreamer.h
parent7eb85cdd2a507b6fa1f8023b26f8b34e2fe6f2c4 (diff)
Fix headers in the XUnit feature.
All Qt headers must have QT_BEGIN_HEADER, QT_END_HEADER and QT_MODULE. These headers didn't have this. Reviewed-by: TrustMe
Diffstat (limited to 'src/testlib/qtestbasicstreamer.h')
-rw-r--r--src/testlib/qtestbasicstreamer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testlib/qtestbasicstreamer.h b/src/testlib/qtestbasicstreamer.h
index 527b1d4ca3..61cdfd5ac7 100644
--- a/src/testlib/qtestbasicstreamer.h
+++ b/src/testlib/qtestbasicstreamer.h
@@ -44,8 +44,12 @@
#include <QtCore/qglobal.h>
+QT_BEGIN_HEADER
+
QT_BEGIN_NAMESPACE
+QT_MODULE(Test)
+
class QTestElement;
class QTestElementAttribute;
class QTestLogger;
@@ -81,4 +85,6 @@ class QTestBasicStreamer
QT_END_NAMESPACE
+QT_END_HEADER
+
#endif