QmlJS: Enable 'follow symbol' for local variables.

Task-number: QTCREATORBUG-6094
Change-Id: Icf286bc412b48dbd1cb38c47ad7b91040b5aae0f
Reviewed-on: http://codereview.qt-project.org/4864
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Christian Kamm
2011-09-14 09:28:49 +02:00
parent bfe5b520f1
commit ece400cfb6
2 changed files with 9 additions and 0 deletions

View File

@@ -716,6 +716,7 @@ public:
private:
virtual const Value *value(ReferenceContext *referenceContext) const;
virtual bool getSourceLocation(QString *fileName, int *line, int *column) const;
};
class QMLJS_EXPORT ASTFunctionValue: public FunctionValue