summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestelementattribute.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/qtestelementattribute.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/qtestelementattribute.cpp')
-rw-r--r--src/testlib/qtestelementattribute.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testlib/qtestelementattribute.cpp b/src/testlib/qtestelementattribute.cpp
index fe746ef..64f9da5 100644
--- a/src/testlib/qtestelementattribute.cpp
+++ b/src/testlib/qtestelementattribute.cpp
@@ -3,6 +3,8 @@
#include <string.h>
#include <stdlib.h>
+QT_BEGIN_NAMESPACE
+
QTestElementAttribute::QTestElementAttribute()
:attributeValue(0),
attributeIndex(QTest::AI_Undefined)
@@ -69,3 +71,6 @@ bool QTestElementAttribute::setPair(QTest::AttributeIndex index, const char *val
return (attributeValue!=0) ? true:false;
}
+
+QT_END_NAMESPACE
+