forked from qt-creator/qt-creator
		
	Merge remote-tracking branch 'origin/2.5'
Conflicts: src/libs/cplusplus/cplusplus-lib.pri Change-Id: I430ec8c6dda4afad3aedb1bc47d3af64537cfe66
This commit is contained in:
		| @@ -1448,6 +1448,13 @@ bool CppCompletionAssistProcessor::completeScope(const QList<CPlusPlus::LookupIt | ||||
|                 break; | ||||
|             } | ||||
|  | ||||
|         } else if (Template *templ = ty->asTemplateType()) { | ||||
|             if (!result.binding()) | ||||
|                 continue; | ||||
|             if (ClassOrNamespace *b = result.binding()->lookupType(templ->name())) { | ||||
|                 completeClass(b); | ||||
|                 break; | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user