Qml editor: add function declarations to objects or the Script scope.

Enables completion for function declarations inside qml files.
This commit is contained in:
Christian Kamm
2010-01-26 18:07:35 +01:00
parent 9cdca3a92b
commit 4f31f0f51f
2 changed files with 37 additions and 12 deletions

View File

@@ -156,6 +156,7 @@ private:
Interpreter::ObjectValue *_typeEnvironment;
Interpreter::ObjectValue *_idEnvironment;
Interpreter::ObjectValue *_functionEnvironment;
Interpreter::ObjectValue *_interestingObjectValue;
Interpreter::ObjectValue *_rootObjectValue;
};