| 2350 | QPen pen() const { return mPen; } |
| 2351 | QBrush brush() const { return mBrush; } |
| 2352 | QPixmap pixmap() const { return mPixmap; } |
| 2353 | QPainterPath customPath() const { return mCustomPath; } |
| 2354 | |
| 2355 | // setters: |
no outgoing calls
no test coverage detected