mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
add button functionality
This commit is contained in:
@ -308,6 +308,14 @@ void MainWidget::initSignalSlot()
|
||||
// 获取好友申请的列表
|
||||
/////////////////////////////////////
|
||||
loadApplyList();
|
||||
|
||||
/////////////////////////////////////
|
||||
// 处理修改头像
|
||||
/////////////////////////////////////
|
||||
connect(dataCenter, &DataCenter::changeAvatarDone, this, [=]() {
|
||||
UserInfo* myself = dataCenter->getMyselfsync();
|
||||
userAvatar->setIcon(myself->avatar);
|
||||
});
|
||||
}
|
||||
|
||||
void MainWidget::switchTabToSession()
|
||||
|
||||
Reference in New Issue
Block a user