summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qppsattribute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qppsattribute.cpp')
-rw-r--r--src/corelib/kernel/qppsattribute.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qppsattribute.cpp b/src/corelib/kernel/qppsattribute.cpp
index e4f7339e6c..f91a6d02d6 100644
--- a/src/corelib/kernel/qppsattribute.cpp
+++ b/src/corelib/kernel/qppsattribute.cpp
@@ -37,6 +37,8 @@
#include <QDebug>
#include <QVariant>
+QT_BEGIN_NAMESPACE
+
///////////////////////////
//
// QPpsAttributePrivate
@@ -298,3 +300,5 @@ QDebug operator<<(QDebug dbg, const QPpsAttribute &attribute)
return dbg;
}
+
+QT_END_NAMESPACE