add updateFriendList from network

This commit is contained in:
xyz
2025-06-11 19:38:09 +08:00
parent 24536ca80f
commit e4ec73b510
8 changed files with 118 additions and 4 deletions

View File

@ -59,6 +59,9 @@ private:
//添加好友按钮
QPushButton* addFriendBtn;
//
SessionFriendArea* sessionFriendArea;
//显示会话详情按钮
QPushButton* extraBtn;
@ -90,5 +93,7 @@ private:
void loadSessionList();
void loadFriendList();
void loadApplyList();
void updateFriendList();
};
#endif // MAINWIDGET_H