From f62ecb37f37dbeee74d864ea55f3a4e951441aaa Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 29 Sep 2009 16:20:12 +0200 Subject: Preprocess the given expression when trying to resolve names. --- src/plugins/cpptools/cppfindreferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/cpptools/cppfindreferences.cpp') diff --git a/src/plugins/cpptools/cppfindreferences.cpp b/src/plugins/cpptools/cppfindreferences.cpp index 9f2f2b3f2c..2f6964cbe3 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; -- cgit v1.2.1