summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 25c6b58..53eabc2 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -4769,3 +4769,9 @@ const ExampleSDict *ClassDef::exampleList() const
{
return m_impl->exampleSDict;
}
+
+bool ClassDef::subGrouping() const
+{
+ return m_impl->subGrouping;
+}
+