Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes.

This commit is contained in:
Roberto Raggi
2010-08-26 10:31:15 +02:00
parent c8bb37d275
commit d0f794b65e
5 changed files with 271 additions and 149 deletions

View File

@@ -94,6 +94,7 @@ public:
MemoryPool *memoryPool() const;
AST *ast() const;
bool blockErrors() const { return f._blockErrors; }
bool blockErrors(bool block);
bool qtMocRunEnabled() const;