Show user info even if the display name or avatar are missing

This commit is contained in:
Konstantinos Sideris 2017-05-16 15:43:29 +03:00
parent 49831a2390
commit 992af5611b
4 changed files with 19 additions and 15 deletions

View file

@ -57,7 +57,7 @@ private:
QLabel *userIdLabel_;
QString display_name_;
QString userid_;
QString user_id_;
QImage avatar_image_;
};