mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 00:51:48 +08:00
add updateFriendList from network
This commit is contained in:
@ -75,10 +75,12 @@ namespace network {
|
||||
|
||||
//释放httpResp对象
|
||||
httpResp->deleteLater();
|
||||
*ok = true;
|
||||
return respObj;
|
||||
}
|
||||
|
||||
void getMyself(const QString& loginSessionId);
|
||||
void getFriendList(const QString loginSessionId);
|
||||
private:
|
||||
model::DataCenter* dataCenter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user