mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
refactor(friend): Remove obsolete code from Friend class
This commit is contained in:
parent
ea50eaaef7
commit
ec81b07bb3
@ -39,8 +39,6 @@ Friend::Friend(uint32_t friendId, const ToxPk& friendPk)
|
|||||||
userName = friendPk.toString();
|
userName = friendPk.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
userAlias = Settings::getInstance().getFriendAlias(friendPk);
|
|
||||||
|
|
||||||
chatForm = new ChatForm(this);
|
chatForm = new ChatForm(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,7 +77,6 @@ private:
|
|||||||
bool hasNewEvents;
|
bool hasNewEvents;
|
||||||
Status friendStatus;
|
Status friendStatus;
|
||||||
|
|
||||||
FriendWidget* widget;
|
|
||||||
ChatForm* chatForm;
|
ChatForm* chatForm;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user