mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
add sendMessage function
This commit is contained in:
@ -104,5 +104,10 @@ public:
|
||||
|
||||
void loadRecentMessage(const QString& chatSessionId);
|
||||
void updateRecentMessage(const QString& chatSessionId);
|
||||
|
||||
//点击好友项后,切换到会话列表的总函数,上方的switchTabToSession只是其中的一个环节
|
||||
void switchSession(const QString& userId);
|
||||
|
||||
MessageShowArea* getMessageShowArea();
|
||||
};
|
||||
#endif // MAINWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user