aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4debugging.cpp')
-rw-r--r--src/qml/jsruntime/qv4debugging.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qml/jsruntime/qv4debugging.cpp b/src/qml/jsruntime/qv4debugging.cpp
index ab8cd629c5..ed8baa3f69 100644
--- a/src/qml/jsruntime/qv4debugging.cpp
+++ b/src/qml/jsruntime/qv4debugging.cpp
@@ -45,6 +45,8 @@
#include <algorithm>
+QT_BEGIN_NAMESPACE
+
using namespace QV4;
using namespace QV4::Debugging;
@@ -834,3 +836,5 @@ void Debugger::Collector::collect(Object *object)
Debugger::Job::~Job()
{
}
+
+QT_END_NAMESPACE