diff --git a/src/plugins/cpptools/cppfindreferences.cpp b/src/plugins/cpptools/cppfindreferences.cpp index 9f2f2b3f2ca..2f6964cbe35 100644 --- a/src/plugins/cpptools/cppfindreferences.cpp +++ b/src/plugins/cpptools/cppfindreferences.cpp @@ -237,7 +237,7 @@ protected: const QList results = typeofExpression(expression, _doc, lastVisibleSymbol, - TypeOfExpression::NoPreprocess); + TypeOfExpression::Preprocess); QList candidates;