forked from qt-creator/qt-creator
		
	Merge branch '1.3'
This commit is contained in:
		@@ -90,6 +90,8 @@ void NamePrettyPrinter::visit(const TemplateNameId *name)
 | 
			
		||||
        else
 | 
			
		||||
            _name += arg;
 | 
			
		||||
    }
 | 
			
		||||
    if (! _name.isEmpty() && _name.at(_name.length() - 1) == '>')
 | 
			
		||||
        _name += QLatin1Char(' ');
 | 
			
		||||
    _name += QLatin1Char('>');
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user