1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

refactor(friendwidget): Remove friendId field

This commit is contained in:
Diadlo 2017-07-26 17:45:06 +03:00
parent 1b07cd553e
commit fe4a89d906
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -57,13 +57,7 @@ protected:
void setFriendAlias();
public:
<<<<<<< HEAD
const Friend* frnd;
||||||| merged common ancestors
=======
Friend* frnd;
>>>>>>> refactor(friendwidget): FriendWidget refactoring
int friendId;
bool isDefaultAvatar;
bool historyLoaded;
};