forked from blue/squawk
pal avatars in one on one dialogs
This commit is contained in:
parent
f13b43d38b
commit
dd62f84acc
9 changed files with 87 additions and 2 deletions
|
@ -25,6 +25,7 @@ Room::Room(Models::Account* acc, Models::Room* p_room, QWidget* parent):
|
|||
setName(p_room->getName());
|
||||
line->setMyName(room->getNick());
|
||||
setStatus(room->getSubject());
|
||||
setAvatar(room->getAvatarPath());
|
||||
|
||||
connect(room, &Models::Room::childChanged, this, &Room::onRoomChanged);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue