forked from qt-creator/qt-creator
		
	Process the template symbol.
This commit is contained in:
		@@ -790,6 +790,9 @@ ClassOrNamespace *CreateBindings::enterGlobalClassOrNamespace(Symbol *symbol)
 | 
			
		||||
 | 
			
		||||
bool CreateBindings::visit(Template *templ)
 | 
			
		||||
{
 | 
			
		||||
    if (Symbol *d = templ->declaration())
 | 
			
		||||
        accept(d);
 | 
			
		||||
 | 
			
		||||
    return false;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user