summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppsymbolinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cpptools/cppsymbolinfo.h')
-rw-r--r--src/plugins/cpptools/cppsymbolinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppsymbolinfo.h b/src/plugins/cpptools/cppsymbolinfo.h
index 38edec11b3..16e604a829 100644
--- a/src/plugins/cpptools/cppsymbolinfo.h
+++ b/src/plugins/cpptools/cppsymbolinfo.h
@@ -39,7 +39,7 @@ public:
int endLine = 0;
int endColumn = 0;
QString fileName;
- bool isPureDeclarationForUsage = false;
+ bool isResultOnlyForFallBack = false;
};
} // namespace CppTools