forked from qt-creator/qt-creator
		
	Merge CPlusPlus::NameId and CPlusPlus::Identifier.
This commit is contained in:
		@@ -62,7 +62,7 @@ QString NamePrettyPrinter::switchName(const QString &name)
 | 
			
		||||
    return previousName;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void NamePrettyPrinter::visit(const NameId *name)
 | 
			
		||||
void NamePrettyPrinter::visit(const Identifier *name)
 | 
			
		||||
{
 | 
			
		||||
    const Identifier *id = name->identifier();
 | 
			
		||||
    if (id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user