mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-21 12:28:26 -04:00
hide unimplemented reputation functions in comment tree widget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8223 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f23b3447f9
commit
71ca750fc8
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,8 @@ void GxsCommentTreeWidget::customPopUpMenu(const QPoint& /*point*/)
|
|||
|
||||
if (!mCurrentMsgId.isNull())
|
||||
{
|
||||
// not implemented yet
|
||||
/*
|
||||
contextMnu.addSeparator();
|
||||
QMenu *rep_menu = contextMnu.addMenu(tr("Reputation"));
|
||||
|
||||
|
@ -120,6 +122,7 @@ void GxsCommentTreeWidget::customPopUpMenu(const QPoint& /*point*/)
|
|||
|
||||
action = rep_menu->addAction(QIcon(IMAGE_MESSAGE), tr("Mark Spammy"), this, SLOT(markSpammer()));
|
||||
action = rep_menu->addAction(QIcon(IMAGE_MESSAGE), tr("Ban User"), this, SLOT(banUser()));
|
||||
*/
|
||||
}
|
||||
|
||||
contextMnu.exec(QCursor::pos());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue