aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljstools/qmljslocatordata.cpp
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-08-08 12:47:49 +0200
committerChristian Kamm <christian.d.kamm@nokia.com>2011-08-08 13:21:28 +0200
commit0e54183d4d31dc34fc742503c6e0956dd1737133 (patch)
tree5afeed4c2c52fa17314369e59cdcf034139c43a7 /src/plugins/qmljstools/qmljslocatordata.cpp
parentff092f79b33e48847c7a475eb7362ffb9649aa49 (diff)
QmlJS: Remove Interpreter namespace.
The distinction between QmlJS and QmlJS::Interpreter has always been weak and the extra namespace just added an unnecessary complication. Change-Id: I4db8ef4bd91b5f6bf610a9d23fdbf55bd60250fc Reviewed-on: http://codereview.qt.nokia.com/2743 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
Diffstat (limited to 'src/plugins/qmljstools/qmljslocatordata.cpp')
-rw-r--r--src/plugins/qmljstools/qmljslocatordata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qmljstools/qmljslocatordata.cpp b/src/plugins/qmljstools/qmljslocatordata.cpp
index d21dc9dc216..a7f84c9319e 100644
--- a/src/plugins/qmljstools/qmljslocatordata.cpp
+++ b/src/plugins/qmljstools/qmljslocatordata.cpp
@@ -39,7 +39,6 @@
using namespace QmlJSTools::Internal;
using namespace QmlJS;
-using namespace QmlJS::Interpreter;
using namespace QmlJS::AST;
LocatorData::LocatorData(QObject *parent)