summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qperformancelog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qperformancelog.cpp')
-rw-r--r--src/declarative/util/qperformancelog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/util/qperformancelog.cpp b/src/declarative/util/qperformancelog.cpp
index 8065f9d..932e4b3 100644
--- a/src/declarative/util/qperformancelog.cpp
+++ b/src/declarative/util/qperformancelog.cpp
@@ -43,6 +43,7 @@
#include <QHash>
#include <QDebug>
+QT_BEGIN_NAMESPACE
#ifdef Q_ENABLE_PERFORMANCE_LOG
@@ -175,3 +176,5 @@ void QPerformanceLog::clear()
}
#endif // Q_ENABLE_PERFORMANCE_LOG
+
+QT_END_NAMESPACE