! Sets whether sub grid lines are drawn antialiased. */
| 7194 | Sets whether sub grid lines are drawn antialiased. |
| 7195 | */ |
| 7196 | void QCPGrid::setAntialiasedSubGrid(bool enabled) |
| 7197 | { |
| 7198 | mAntialiasedSubGrid = enabled; |
| 7199 | } |
| 7200 | |
| 7201 | /*! |
| 7202 | Sets whether zero lines are drawn antialiased. |
nothing calls this directly
no outgoing calls
no test coverage detected