inherits documentation from base class */
| 2965 | |
| 2966 | /* inherits documentation from base class */ |
| 2967 | void QCPSelectionRect::applyDefaultAntialiasingHint(QCPPainter *painter) const |
| 2968 | { |
| 2969 | applyAntialiasingHint(painter, mAntialiased, QCP::aeOther); |
| 2970 | } |
| 2971 | |
| 2972 | /*! \internal |
| 2973 |
no test coverage detected