aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4debugging.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-28 19:18:24 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-07-29 14:36:29 +0000
commite6114a88bbbbe3936391d180044ea89a3bcce4a0 (patch)
tree0d2bc1121f93e82bf472ee6104cd3910920290f3 /src/qml/jsruntime/qv4debugging.cpp
parentb99d52528cbe6830cbf3616d487a2918ac76c02f (diff)
Add namespace declarations to qv4debugging.cpp
Change-Id: Ia7c4e6e29726276bbfe8888b2b2902abc971cad3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
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