summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckDeclaration.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-03-16 16:38:02 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-03-17 10:30:17 +0100
commit61132f260c029c868e1971771424c62f36cef638 (patch)
treea59169e2f032b9c9436ae1b75d5410becbace007 /src/shared/cplusplus/CheckDeclaration.h
parentfd81a276ca5b400d33f8f9749d9fca04a78debb3 (diff)
downloadqt-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.h3
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;