diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-04 15:27:17 +0200 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-04 15:28:43 +0200 |
commit | 0d47438a75bef93ac15aba011d7bf931791e32f9 (patch) | |
tree | 0d5441d1a4ddd197984baf8f23897e993fb6996a /src/testlib/qtestfilelogger.h | |
parent | 7eb85cdd2a507b6fa1f8023b26f8b34e2fe6f2c4 (diff) | |
download | qt4-tools-0d47438a75bef93ac15aba011d7bf931791e32f9.tar.gz |
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/qtestfilelogger.h')
-rw-r--r-- | src/testlib/qtestfilelogger.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/testlib/qtestfilelogger.h b/src/testlib/qtestfilelogger.h index 892657d55e..f6a993de61 100644 --- a/src/testlib/qtestfilelogger.h +++ b/src/testlib/qtestfilelogger.h @@ -44,8 +44,12 @@ #include <QtCore/qglobal.h> +QT_BEGIN_HEADER + QT_BEGIN_NAMESPACE +QT_MODULE(Test) + class QTestFileLogger { public: @@ -58,4 +62,6 @@ class QTestFileLogger QT_END_NAMESPACE +QT_END_HEADER + #endif // QTESTFILELOGGER_H |