forked from qt-creator/qt-creator
Store bindings and definitions in one single table.
This commit is contained in:
@@ -83,8 +83,7 @@ private:
|
||||
Interpreter::ObjectValue *_functionEnvironment;
|
||||
Interpreter::ObjectValue *_rootObjectValue;
|
||||
|
||||
QHash<AST::UiObjectDefinition *, Interpreter::ObjectValue *> _qmlObjectDefinitions;
|
||||
QHash<AST::UiObjectBinding *, Interpreter::ObjectValue *> _qmlObjectBindings;
|
||||
QHash<AST::Node *, Interpreter::ObjectValue *> _qmlObjects;
|
||||
QStringList _includedScripts;
|
||||
QStringList _localImports;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user