1
0
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:
apprb 2014-11-24 01:41:42 +09:00
parent cf54aa6577
commit dcf318991f
No known key found for this signature in database
GPG Key ID: B001911B5B22FB9B
2 changed files with 4 additions and 0 deletions

View File

@ -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)
{

View File

@ -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);