forked from qt-creator/qt-creator
		
	Activate the completion only when the canonical symbol has a valid name.
This commit is contained in:
		@@ -656,6 +656,9 @@ void CppFindReferences::renameUsages(Symbol *symbol)
 | 
			
		||||
 | 
			
		||||
void CppFindReferences::findAll_helper(Symbol *symbol)
 | 
			
		||||
{
 | 
			
		||||
    if (! (symbol && symbol->identifier()))
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    _resultWindow->popup(true);
 | 
			
		||||
 | 
			
		||||
    const Snapshot snapshot = _modelManager->snapshot();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user