diff options
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r-- | src/namespacedef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h index 5ee62ed..5df8fa6 100644 --- a/src/namespacedef.h +++ b/src/namespacedef.h @@ -55,6 +55,7 @@ class NamespaceDef : public Definition NamespaceList *getUsedNamespaces() const { return usingDirList; } void addUsingDeclaration(ClassDef *cd); ClassList *getUsedClasses() const { return usingDeclList; } + QCString displayName() const; bool isLinkableInProject() const { |