forked from qt-creator/qt-creator
Completion for global variables in JS.
* Support for lookup JS vs Qml * Bind global variables. Done-with: ckamm
This commit is contained in:
@@ -175,7 +175,7 @@ void QmlHoverHandler::updateHelpIdAndTooltip(TextEditor::ITextEditor *editor, in
|
||||
Link link(qmlDocument, snapshot, &interp);
|
||||
link.scopeChainAt(qmlDocument, declaringMember);
|
||||
|
||||
Check check(&link);
|
||||
Check check(link.context());
|
||||
const Interpreter::Value *value = check(node);
|
||||
|
||||
QStringList baseClasses;
|
||||
|
||||
Reference in New Issue
Block a user