| 5902 | bool twoColored() const { return mTwoColored; } |
| 5903 | QBrush brushPositive() const { return mBrushPositive; } |
| 5904 | QBrush brushNegative() const { return mBrushNegative; } |
| 5905 | QPen penPositive() const { return mPenPositive; } |
| 5906 | QPen penNegative() const { return mPenNegative; } |
| 5907 |
nothing calls this directly
no outgoing calls
no test coverage detected