forked from qt-creator/qt-creator
Merge remote branch 'origin/1.3'
This commit is contained in:
@@ -641,6 +641,7 @@ ResolveExpression::resolveBaseExpression(const QList<LookupItem> &baseResults, i
|
||||
foreach (Symbol *typedefCandidate, typedefCandidates) {
|
||||
if (typedefCandidate->isTypedef() && typedefCandidate->type()->isNamedType()) {
|
||||
ty = typedefCandidate->type();
|
||||
lastVisibleSymbol = typedefCandidate;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user