diff options
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index 2292e2d..5049d11 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -414,6 +414,9 @@ class ClassDef : public Definition /*! TRUE if the class is defined in a source file rather than a header file. */ bool m_isLocal; + + /*! class name with outer class scope, but without namespace scope. */ + QCString m_className; }; /*! \brief Class that contains information about a usage relation. |