mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
Added the function of obtaining user information on the network
This commit is contained in:
@ -97,6 +97,12 @@ namespace model
|
||||
//通过网络获取到用户的个人信息
|
||||
void getMyselfAsync();
|
||||
|
||||
signals:
|
||||
UserInfo* getMyselfsync();
|
||||
//
|
||||
void resetMyself(std::shared_ptr<bite_im::GetUserInfoRsp> resp);
|
||||
|
||||
signals:
|
||||
//自定义信号
|
||||
void getMyselfDone();
|
||||
};
|
||||
} //end namespace model
|
||||
|
||||
Reference in New Issue
Block a user