| 5904 | QBrush brushNegative() const { return mBrushNegative; } |
| 5905 | QPen penPositive() const { return mPenPositive; } |
| 5906 | QPen penNegative() const { return mPenNegative; } |
| 5907 | |
| 5908 | // setters: |
| 5909 | void setData(QSharedPointer<QCPFinancialDataContainer> data); |
nothing calls this directly
no outgoing calls
no test coverage detected