Preprocess the given expression when trying to resolve names.

This commit is contained in:
Roberto Raggi
2009-09-29 16:20:12 +02:00
parent c3a5a4877c
commit f62ecb37f3

View File

@@ -237,7 +237,7 @@ protected:
const QList<TypeOfExpression::Result> results =
typeofExpression(expression, _doc, lastVisibleSymbol,
TypeOfExpression::NoPreprocess);
TypeOfExpression::Preprocess);
QList<Symbol *> candidates;