| 118 | } |
| 119 | |
| 120 | void PaintBufferEngine::fillRect(const QRectF &rect, const QBrush &brush) |
| 121 | { |
| 122 | QPaintBufferEngine::fillRect(rect, brush); |
| 123 | createStackTrace(); |
| 124 | pushOrigin(); |
| 125 | } |
| 126 | |
| 127 | void PaintBufferEngine::fillRect(const QRectF &rect, const QColor &color) |
| 128 | { |
no outgoing calls
no test coverage detected