mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
commented currently unused functions in Group class
This commit is contained in:
parent
cf54aa6577
commit
dcf318991f
|
@ -43,6 +43,7 @@ Group::~Group()
|
|||
delete widget;
|
||||
}
|
||||
|
||||
/*
|
||||
void Group::addPeer(int peerId, QString name)
|
||||
{
|
||||
if (peers.contains(peerId))
|
||||
|
@ -63,6 +64,7 @@ void Group::removePeer(int peerId)
|
|||
widget->onUserListChanged();
|
||||
chatForm->onUserListChanged();
|
||||
}
|
||||
*/
|
||||
|
||||
void Group::updatePeer(int peerId, QString name)
|
||||
{
|
||||
|
|
|
@ -49,8 +49,10 @@ public:
|
|||
void setMentionedFlag(int f);
|
||||
int getMentionedFlag() const;
|
||||
|
||||
/*
|
||||
void addPeer(int peerId, QString name);
|
||||
void removePeer(int peerId);
|
||||
*/
|
||||
|
||||
void updatePeer(int peerId, QString newName);
|
||||
void setName(const QString& name);
|
||||
|
|
Loading…
Reference in New Issue
Block a user