mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-28 02:46:13 -04:00
removed deprecated Send message to whole group feature from FriendList
This commit is contained in:
parent
de2499ce6e
commit
ca94fba8e3
@ -578,10 +578,7 @@ void NewFriendList::peerTreeWidgetCustomPopupMenu()
|
|||||||
mModel->getGroupData(index,group_info);
|
mModel->getGroupData(index,group_info);
|
||||||
|
|
||||||
bool standard = group_info.flag & RS_GROUP_FLAG_STANDARD;
|
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()));
|
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()));
|
QAction *action = contextMenu.addAction(FilesDefs::getIconFromQtResourcePath(IMAGE_REMOVE), tr("Remove Group"), this, SLOT(removeGroup()));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user