summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/designercore/model/rewriterview.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/qmldesigner/designercore/model/rewriterview.cpp
parentff092f79b33e48847c7a475eb7362ffb9649aa49 (diff)
downloadqt-creator-0e54183d4d31dc34fc742503c6e0956dd1737133.tar.gz
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/qmldesigner/designercore/model/rewriterview.cpp')
-rw-r--r--src/plugins/qmldesigner/designercore/model/rewriterview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/designercore/model/rewriterview.cpp b/src/plugins/qmldesigner/designercore/model/rewriterview.cpp
index 095135a0f7..e3e5f7b6e1 100644
--- a/src/plugins/qmldesigner/designercore/model/rewriterview.cpp
+++ b/src/plugins/qmldesigner/designercore/model/rewriterview.cpp
@@ -624,7 +624,7 @@ bool RewriterView::renameId(const QString& oldId, const QString& newId)
return false;
}
-const QmlJS::Interpreter::ScopeChain &RewriterView::scopeChain() const
+const QmlJS::ScopeChain &RewriterView::scopeChain() const
{
return textToModelMerger()->scopeChain();
}