mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-04 04:11:06 -05:00
disabled the broadcastonchannel/recommendtofriends this is not jet implemented bether disabled this function from context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1187 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0734fb3e72
commit
c23adba0b1
@ -224,9 +224,9 @@ void SearchDialog::searchtableWidgetCostumPopupMenu( QPoint point )
|
|||||||
|
|
||||||
contextMnu->clear();
|
contextMnu->clear();
|
||||||
contextMnu->addAction( downloadAct);
|
contextMnu->addAction( downloadAct);
|
||||||
contextMnu->addSeparator();
|
//contextMnu->addSeparator();
|
||||||
contextMnu->addAction( broadcastonchannelAct);
|
//contextMnu->addAction( broadcastonchannelAct);
|
||||||
contextMnu->addAction( recommendtofriendsAct);
|
//contextMnu->addAction( recommendtofriendsAct);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMouseEvent *mevent = new QMouseEvent( QEvent::MouseButtonPress, point,
|
QMouseEvent *mevent = new QMouseEvent( QEvent::MouseButtonPress, point,
|
||||||
|
Loading…
Reference in New Issue
Block a user