diff options
author | Eike Ziller <[email protected]> | 2014-01-24 16:53:16 +0100 |
---|---|---|
committer | Eike Ziller <[email protected]> | 2014-01-29 10:16:10 +0100 |
commit | f8461fbbdffc744d917c5648e3501be95f319c70 (patch) | |
tree | c50e1a10b0a8a93b1d2faa1da7619a07acc3ad47 /src/libs/qmljs/qmljslink.cpp | |
parent | ae5ef38e3c8bb76bbdfac727953d584e1f52303d (diff) |
QmlJSEditor: Move semantic info updating to document
Change-Id: I804dbd887af1786e7554ec79f94fc8e59db1de5b
Reviewed-by: Fawzi Mohamed <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljslink.cpp')
-rw-r--r-- | src/libs/qmljs/qmljslink.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljslink.cpp b/src/libs/qmljs/qmljslink.cpp index 65a6f2b9aea..30bcd6bbb07 100644 --- a/src/libs/qmljs/qmljslink.cpp +++ b/src/libs/qmljs/qmljslink.cpp @@ -130,7 +130,7 @@ public: Initializes a context by resolving imports. This is an expensive operation. Instead of making a fresh context, consider reusing the one maintained in the - \l{QmlJSEditor::SemanticInfo} of a \l{QmlJSEditor::QmlJSTextEditorWidget}. + \l{QmlJSEditor::SemanticInfo} of a \l{QmlJSEditor::QmlJSEditorDocument}. */ Link::Link(const Snapshot &snapshot, const ViewerContext &vContext, const LibraryInfo &builtins) |