forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.3'
Conflicts: doc/qtcreator.qdoc qtcreator.pri Change-Id: I8b34546dccc031aeeeab03417e9bd3aa7b740472
This commit is contained in:
@@ -129,7 +129,7 @@ void QmlCppEnginePrivate::qmlStackChanged()
|
||||
{
|
||||
StackFrames frames = m_qmlEngine->stackHandler()->frames();
|
||||
q->stackHandler()->setFrames(frames);
|
||||
m_stackBoundary = frames.size();
|
||||
m_stackBoundary = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user