| 5556 | } |
| 5557 | |
| 5558 | void QCPLabelPainterPrivate::setAbbreviateDecimalPowers(bool enabled) |
| 5559 | { |
| 5560 | mAbbreviateDecimalPowers = enabled; |
| 5561 | } |
| 5562 | |
| 5563 | void QCPLabelPainterPrivate::setCacheSize(int labelCount) |
| 5564 | { |
no outgoing calls
no test coverage detected