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:
parent
1b07cd553e
commit
fe4a89d906
|
@ -57,13 +57,7 @@ protected:
|
||||||
void setFriendAlias();
|
void setFriendAlias();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
<<<<<<< HEAD
|
|
||||||
const Friend* frnd;
|
const Friend* frnd;
|
||||||
||||||| merged common ancestors
|
|
||||||
=======
|
|
||||||
Friend* frnd;
|
|
||||||
>>>>>>> refactor(friendwidget): FriendWidget refactoring
|
|
||||||
int friendId;
|
|
||||||
bool isDefaultAvatar;
|
bool isDefaultAvatar;
|
||||||
bool historyLoaded;
|
bool historyLoaded;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user