1
0
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:
apprb 2014-11-08 02:15:42 +09:00
parent 9947a34465
commit bc0f0a9416
No known key found for this signature in database
GPG Key ID: B001911B5B22FB9B

View File

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