No documentation as it is a property getter */
| 7647 | |
| 7648 | /* No documentation as it is a property getter */ |
| 7649 | QCPLineEnding QCPAxis::lowerEnding() const |
| 7650 | { |
| 7651 | return mAxisPainter->lowerEnding; |
| 7652 | } |
| 7653 | |
| 7654 | /* No documentation as it is a property getter */ |
| 7655 | QCPLineEnding QCPAxis::upperEnding() const |
nothing calls this directly
no outgoing calls
no test coverage detected