forked from qt-creator/qt-creator
Preprocess the given expression when trying to resolve names.
This commit is contained in:
@@ -237,7 +237,7 @@ protected:
|
||||
|
||||
const QList<TypeOfExpression::Result> results =
|
||||
typeofExpression(expression, _doc, lastVisibleSymbol,
|
||||
TypeOfExpression::NoPreprocess);
|
||||
TypeOfExpression::Preprocess);
|
||||
|
||||
QList<Symbol *> candidates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user