mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 23:30:14 -04:00
updated TODO(circles), removed useless context menu, added tooltips for circle distribution options
This commit is contained in:
parent
4eebe24ee2
commit
3fc6f6b2db
3 changed files with 24 additions and 7 deletions
|
@ -387,6 +387,8 @@ void IdDialog::editExistingCircle()
|
|||
|
||||
void IdDialog::CircleListCustomPopupMenu( QPoint )
|
||||
{
|
||||
// (cyril) Removed this because we have a edit button already.
|
||||
#ifdef SUSPENDED
|
||||
QMenu contextMnu( this );
|
||||
|
||||
QTreeWidgetItem *item = ui->treeWidget_membership->currentItem();
|
||||
|
@ -397,6 +399,7 @@ void IdDialog::CircleListCustomPopupMenu( QPoint )
|
|||
}
|
||||
|
||||
contextMnu.exec(QCursor::pos());
|
||||
#endif
|
||||
}
|
||||
|
||||
static void set_item_background(QTreeWidgetItem *item, uint32_t type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue