Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.0
-
None
-
-
213b2e569 (master)
Description
It's a valid design to provide pure virtual private method. In this case the subclasses are forced to implement it, but are not allowed to call it. However, the qdoc doesn't show the documentation for private method. When the method is moved to the protected section it's shown.