mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 03:21:34 -04:00
removed deprecated Send message to whole group feature from FriendList
This commit is contained in:
parent
de2499ce6e
commit
ca94fba8e3
1 changed files with 1 additions and 4 deletions
|
@ -578,10 +578,7 @@ void NewFriendList::peerTreeWidgetCustomPopupMenu()
|
|||
mModel->getGroupData(index,group_info);
|
||||
|
||||
bool standard = group_info.flag & RS_GROUP_FLAG_STANDARD;
|
||||
#ifdef RS_DIRECT_CHAT
|
||||
contextMenu.addAction(FilesDefs::getIconFromQtResourcePath(IMAGE_MSG), tr("Send message to whole group"), this, SLOT(msgGroup()));
|
||||
contextMenu.addSeparator();
|
||||
#endif // RS_DIRECT_CHAT
|
||||
|
||||
contextMenu.addAction(FilesDefs::getIconFromQtResourcePath(IMAGE_EDIT), tr("Edit Group"), this, SLOT(editGroup()));
|
||||
|
||||
QAction *action = contextMenu.addAction(FilesDefs::getIconFromQtResourcePath(IMAGE_REMOVE), tr("Remove Group"), this, SLOT(removeGroup()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue