forked from qt-creator/qt-creator
		
	QmlCppEngine: StackWindow Behaviour
Enable/Disable the stack window based on engine state. Update the markers in the stack window correctly. Change-Id: Idbc694aa2a4be9497e2e3b2c9e9a1f463e1c7692 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
		
				
					committed by
					
						
						Aurindam Jana
					
				
			
			
				
	
			
			
			
						parent
						
							63dac82a0a
						
					
				
				
					commit
					7a1bf412fb
				
			@@ -197,6 +197,7 @@ void StackHandler::setFrames(const StackFrames &frames, bool canExpand)
 | 
			
		||||
    if (m_currentIndex >= m_stackFrames.size())
 | 
			
		||||
        m_currentIndex = m_stackFrames.size() - 1;
 | 
			
		||||
    reset();
 | 
			
		||||
    emit stackChanged();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const StackFrames &StackHandler::frames() const
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user