forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.4'
Conflicts: qtcreator.pri src/libs/qmljs/qmljstypedescriptionreader.cpp tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter.cpp Change-Id: Id032187023bb42f259a87545ceeb3c965dd01a32
This commit is contained in:
@@ -216,6 +216,7 @@ static void collectScopes(const QmlComponentChain *chain, QList<const ObjectValu
|
||||
|
||||
void ScopeChain::update() const
|
||||
{
|
||||
m_modified = false;
|
||||
m_all.clear();
|
||||
|
||||
m_all += m_globalScope;
|
||||
@@ -287,6 +288,8 @@ void ScopeChain::initializeRootScope()
|
||||
if (bind->rootObjectValue())
|
||||
m_jsScopes += bind->rootObjectValue();
|
||||
}
|
||||
|
||||
m_modified = true;
|
||||
}
|
||||
|
||||
void ScopeChain::makeComponentChain(
|
||||
|
||||
Reference in New Issue
Block a user