Fix avatar layering in room list

This commit is contained in:
Nicolas Werner 2020-03-03 01:23:04 +01:00
parent 1a2b8b7a6b
commit 328a3c7ebd
5 changed files with 15 additions and 15 deletions

View file

@ -38,12 +38,6 @@ Avatar::backgroundColor() const
return background_color_;
}
int
Avatar::size() const
{
return size_;
}
QSize
Avatar::sizeHint() const
{

View file

@ -26,7 +26,6 @@ public:
QColor backgroundColor() const;
QColor textColor() const;
int size() const;
QSize sizeHint() const override;