diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-03-16 16:38:02 +0100 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-03-17 10:30:17 +0100 |
commit | 61132f260c029c868e1971771424c62f36cef638 (patch) | |
tree | a59169e2f032b9c9436ae1b75d5410becbace007 /src/shared/cplusplus/CheckDeclaration.h | |
parent | fd81a276ca5b400d33f8f9749d9fca04a78debb3 (diff) | |
download | qt-creator-61132f260c029c868e1971771424c62f36cef638.tar.gz |
Fixed Q_ENUMS/Q_FLAGS parsing of enum names.
Diffstat (limited to 'src/shared/cplusplus/CheckDeclaration.h')
-rw-r--r-- | src/shared/cplusplus/CheckDeclaration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/cplusplus/CheckDeclaration.h b/src/shared/cplusplus/CheckDeclaration.h index f82cdb2512..d2977a51f0 100644 --- a/src/shared/cplusplus/CheckDeclaration.h +++ b/src/shared/cplusplus/CheckDeclaration.h @@ -107,6 +107,9 @@ private: bool checkPropertyAttribute(ObjCPropertyAttributeAST *attrAst, int &flags, int attr); + void checkQEnumsQFlagsNames(NameListAST *nameListAst, + const char *declName); + private: DeclarationAST *_declaration; Scope *_scope; |