| 41 | #include <QtWidgets/QApplication> |
| 42 | |
| 43 | [[nodiscard]] PeerListRowId UniqueRowIdFromString(const QString &d) { |
| 44 | return XXH64(d.data(), d.size() * sizeof(ushort), 0); |
| 45 | } |
| 46 | |
| 47 | PaintRoundImageCallback PaintUserpicCallback( |
| 48 | not_null<PeerData*> peer, |
no test coverage detected