diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-30 16:30:21 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-30 17:07:22 +0100 |
commit | 527a9bd526d854d3f43b633a94af6dea642297db (patch) | |
tree | e334bb57c912b649551493dc985d2f0dd2e62a22 /src/shared/cplusplus/CheckStatement.h | |
parent | 5fc8324b8bb72ed5156ce52db2e6e506e568b405 (diff) | |
download | qt-creator-527a9bd526d854d3f43b633a94af6dea642297db.tar.gz |
Inital support for Q_D/Q_Q declarations.
Diffstat (limited to 'src/shared/cplusplus/CheckStatement.h')
-rw-r--r-- | src/shared/cplusplus/CheckStatement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/CheckStatement.h b/src/shared/cplusplus/CheckStatement.h index 6bd0c868ab..e31d507a5e 100644 --- a/src/shared/cplusplus/CheckStatement.h +++ b/src/shared/cplusplus/CheckStatement.h @@ -88,6 +88,7 @@ protected: virtual bool visit(TryBlockStatementAST *ast); virtual bool visit(CatchClauseAST *ast); virtual bool visit(WhileStatementAST *ast); + virtual bool visit(QtMemberDeclarationAST *ast); private: StatementAST *_statement; |