summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qppsattribute.cpp
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2015-03-29 16:02:53 +0100
committerSérgio Martins <sergio.martins@kdab.com>2015-04-01 10:24:24 +0000
commit20c651d8b8c18ed123b84162fe4531eb4f414509 (patch)
treed295179b8fe0d5d8ffa6a626b5412b60361bbc19 /src/corelib/kernel/qppsattribute.cpp
parentc1a67e7dc3a6f8876efa32cdbabbfde1c5a37bc6 (diff)
Fix QNX and Blackberry -qtnamespace build
Task-number: QTBUG-43569 Change-Id: I81a560d1508de4d808a807f1febdc17619cf4dda Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
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 09d8d1bb0c..b77ea0b643 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
@@ -297,3 +299,5 @@ QDebug operator<<(QDebug dbg, const QPpsAttribute &attribute)
return dbg;
}
+
+QT_END_NAMESPACE