| 357 | } |
| 358 | |
| 359 | void EmptyUserpic::paintSquare( |
| 360 | QPainter &p, |
| 361 | int x, |
| 362 | int y, |
| 363 | int outerWidth, |
| 364 | int size) const { |
| 365 | paint(p, x, y, outerWidth, size, [&] { |
| 366 | p.fillRect(x, y, size, size, p.brush()); |
| 367 | }); |
| 368 | } |
| 369 | |
| 370 | void EmptyUserpic::paintMonoforum( |
| 371 | QPainter &p, |
no outgoing calls
no test coverage detected