forked from qt-creator/qt-creator
		
	Improve ChangeSet to support more rewriting operations.
This commit is contained in:
		@@ -769,7 +769,7 @@ void QuickFixOperation::apply()
 | 
			
		||||
 | 
			
		||||
    _textCursor.beginEditBlock();
 | 
			
		||||
 | 
			
		||||
    _changeSet.write(&_textCursor);
 | 
			
		||||
    _changeSet.apply(&_textCursor);
 | 
			
		||||
 | 
			
		||||
    if (_topLevelNode)
 | 
			
		||||
        reindent(range);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user