mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
add recent session message
This commit is contained in:
@ -62,6 +62,9 @@ private:
|
||||
//
|
||||
SessionFriendArea* sessionFriendArea;
|
||||
|
||||
//显示会话标题
|
||||
QLabel* sessionTitleLabel;
|
||||
|
||||
//显示会话详情按钮
|
||||
QPushButton* extraBtn;
|
||||
|
||||
@ -79,6 +82,7 @@ private:
|
||||
|
||||
ActiveTab activeTab = SESSION_LIST;
|
||||
|
||||
public:
|
||||
void initMainWindow();
|
||||
void initLeftWindow();
|
||||
void initMidWindow();
|
||||
@ -95,5 +99,10 @@ private:
|
||||
void loadApplyList();
|
||||
|
||||
void updateFriendList();
|
||||
void updateChatSessionList();
|
||||
void updateApplyList();
|
||||
|
||||
void loadRecentMessage(const QString& chatSessionId);
|
||||
void updateRecentMessage(const QString& chatSessionId);
|
||||
};
|
||||
#endif // MAINWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user