Browse Source

default friend name

pull/662/head
apprb 11 years ago
parent
commit
bc0f0a9416
No known key found for this signature in database
GPG Key ID: B001911B5B22FB9B
  1. 1
      src/friend.cpp

1
src/friend.cpp

@ -27,6 +27,7 @@ Friend::Friend(int FriendId, QString UserId) @@ -27,6 +27,7 @@ Friend::Friend(int FriendId, QString UserId)
hasNewEvents = 0;
friendStatus = Status::Offline;
userID = ToxID::fromString(UserId);
userName = UserId;
}
Friend::~Friend()

Loading…
Cancel
Save