summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcoreelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestcoreelement.h')
-rw-r--r--src/testlib/qtestcoreelement.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testlib/qtestcoreelement.h b/src/testlib/qtestcoreelement.h
index 9fe7e61..ea05c19 100644
--- a/src/testlib/qtestcoreelement.h
+++ b/src/testlib/qtestcoreelement.h
@@ -4,6 +4,8 @@
#include "qtestcorelist.h"
#include "qtestelementattribute.h"
+QT_BEGIN_NAMESPACE
+
template <class ElementType>
class QTestCoreElement: public QTestCoreList<ElementType>
{
@@ -117,4 +119,6 @@ const QTestElementAttribute *QTestCoreElement<ElementType>::attribute(QTest::Att
return 0;
}
+QT_END_NAMESPACE
+
#endif