forked from qt-creator/qt-creator
		
	Fix more krazy warnings.
This commit is contained in:
		@@ -937,7 +937,7 @@ void CodeFormatter::dump() const
 | 
			
		||||
 | 
			
		||||
    qDebug() << "Current token index" << m_tokenIndex;
 | 
			
		||||
    qDebug() << "Current state:";
 | 
			
		||||
    foreach (State s, m_currentState) {
 | 
			
		||||
    foreach (const State &s, m_currentState) {
 | 
			
		||||
        qDebug() << metaEnum.valueToKey(s.type) << s.savedIndentDepth << s.savedPaddingDepth;
 | 
			
		||||
    }
 | 
			
		||||
    qDebug() << "Current indent depth:" << m_indentDepth;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user