| 2358 | QPen pen() const { return mPen; } |
| 2359 | QBrush brush() const { return mBrush; } |
| 2360 | QPixmap pixmap() const { return mPixmap; } |
| 2361 | QPainterPath customPath() const { return mCustomPath; } |
| 2362 | |
| 2363 | // setters: |
nothing calls this directly
no outgoing calls
no test coverage detected