summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/TranslationUnit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/TranslationUnit.h')
-rw-r--r--src/shared/cplusplus/TranslationUnit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/TranslationUnit.h b/src/shared/cplusplus/TranslationUnit.h
index 734042b659..fc9643b490 100644
--- a/src/shared/cplusplus/TranslationUnit.h
+++ b/src/shared/cplusplus/TranslationUnit.h
@@ -94,6 +94,7 @@ public:
MemoryPool *memoryPool() const;
AST *ast() const;
+ bool blockErrors() const { return f._blockErrors; }
bool blockErrors(bool block);
bool qtMocRunEnabled() const;