C++: Bind Q_ENUMS in the code model.

Reviewed-by: Roberto Raggi
This commit is contained in:
Christian Kamm
2010-12-06 13:10:09 +01:00
parent 0edd253b61
commit 40725cfd6d
8 changed files with 62 additions and 1 deletions

View File

@@ -161,6 +161,9 @@ public:
/// Creates a new QtPropertyDeclaration symbol.
QtPropertyDeclaration *newQtPropertyDeclaration(unsigned sourceLocation, const Name *name = 0);
/// Creates a new QtEnum symbol.
QtEnum *newQtEnum(unsigned sourceLocation, const Name *name = 0);
ObjCBaseClass *newObjCBaseClass(unsigned sourceLocation, const Name *name);
ObjCBaseProtocol *newObjCBaseProtocol(unsigned sourceLocation, const Name *name);