add sendMessage function

This commit is contained in:
xyz
2025-06-18 18:21:23 +08:00
parent c50f574eed
commit 971ab64769
11 changed files with 319 additions and 9 deletions

View File

@ -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