mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
add Message received
This commit is contained in:
@ -26,6 +26,7 @@ public:
|
||||
void initSignalSlot();
|
||||
void sendTextMessage();
|
||||
void addSelfMessage(MessageType messageType, const QByteArray& content, const QString& extraInfo);
|
||||
void addOtherMessage(const model::Message& message);
|
||||
//花式按钮事件
|
||||
//bool eventFilter(QObject* obj, QEvent* event) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user