| 279 | } |
| 280 | |
| 281 | void BasicRow::paintUserpic( |
| 282 | Painter &p, |
| 283 | not_null<Entry*> entry, |
| 284 | PeerData *peer, |
| 285 | Ui::VideoUserpic *videoUserpic, |
| 286 | const Ui::PaintContext &context, |
| 287 | bool hasUnreadBadgesAbove) const { |
| 288 | PaintUserpic(p, entry, peer, videoUserpic, _userpic, context); |
| 289 | } |
| 290 | |
| 291 | Row::Row(Key key, int index, int top) : _id(key), _top(top), _index(index) { |
| 292 | if (const auto history = key.history()) { |
nothing calls this directly
no test coverage detected