| 2054 | QCPLineEnding lowerEnding() const; |
| 2055 | QCPLineEnding upperEnding() const; |
| 2056 | QCPGrid *grid() const { return mGrid; } |
| 2057 | |
| 2058 | // setters: |
| 2059 | Q_SLOT void setScaleType(QCPAxis::ScaleType type); |
nothing calls this directly
no outgoing calls
no test coverage detected