mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
default friend name
This commit is contained in:
parent
9947a34465
commit
bc0f0a9416
|
@ -27,6 +27,7 @@ Friend::Friend(int FriendId, QString UserId)
|
||||||
hasNewEvents = 0;
|
hasNewEvents = 0;
|
||||||
friendStatus = Status::Offline;
|
friendStatus = Status::Offline;
|
||||||
userID = ToxID::fromString(UserId);
|
userID = ToxID::fromString(UserId);
|
||||||
|
userName = UserId;
|
||||||
}
|
}
|
||||||
|
|
||||||
Friend::~Friend()
|
Friend::~Friend()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user