forked from qt-creator/qt-creator
Add an accessor to get the flat scope list from ScopeChain.
Done-with: Erik Verbruggen
This commit is contained in:
@@ -189,7 +189,7 @@ public:
|
||||
_properties.clear();
|
||||
_currentObject = 0;
|
||||
|
||||
foreach (const Interpreter::ObjectValue *scope, _context->scopeChain().all)
|
||||
foreach (const Interpreter::ObjectValue *scope, _context->scopeChain().all())
|
||||
enumerateProperties(scope);
|
||||
|
||||
return _properties;
|
||||
|
||||
Reference in New Issue
Block a user